CopyMap<K, V>: CopyTagged<"copyMap", {
    keys: K[];
    values: V[];
}>

A Passable collection of entries with Keys that are all mutually distinguishable according to the key distributed equality semantics exposed by keyEQ, each with a corresponding Passable value.

Type Parameters

Type declaration

  • keys: K[]
  • values: V[]

Generated using TypeDoc