CopySet<K>: CopyTagged & {
    [toStringTag]: "copySet";
    payload: K[];
}

A Passable collection of Keys that are all mutually distinguishable according to the key distributed equality semantics exposed by keyEQ.

Type Parameters

  • K extends unknown = any

Type declaration

  • [toStringTag]: "copySet"
  • payload: K[]

Generated using TypeDoc