Class CustomSet<ExternalKey, InternalKey>

A Set-compatible class that allows using a custom key mapper function for both reading and writing.

Important: union and similar methods are not supported, as there's no way which kind of key the other set uses. This might change in the future.

Type Parameters

  • ExternalKey
  • InternalKey

Implements

Constructors

Properties

clear: () => void

Accessors

Methods