effect-io-ai

Package: effect
Module: Schema

Schema.HashMapIso

Iso representation used for HashMap schemas: an array of readonly [key, value] tuples using each entry schema’s Iso type.

Signature

type HashMapIso<Key, Value> = ReadonlyArray<
  readonly [Key["Iso"], Value["Iso"]]
>

Source

Since v4.0.0