Endo API documentation
    Preparing search index...

    Type Alias CopyMap<K, V>

    CopyMap: 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