Underlying set.
Key codec.
Readonly [rangeProtected Readonly codecKey codec.
Readonly setUnderlying set.
Adds an entry to the set. Returns MaybePromise<unknown> to be compatible with ES Set.
Optional options: AbortOptionsAdds the values with given keys to the set.
Optional options: AbortOptionsDeletes an entry from the set. Returns MaybePromise<unknown> to be compatible with ES Set.
Optional options: AbortOptionsDeletes the values with given keys.
Optional options: AbortOptionsProtected encodeReturns whether a value exists in the set.
Optional options: AbortOptionsChecks if given keys exist in the set.
Optional options: AbortOptionsAdds or deletes given list of keys.
Optional options: AbortOptionsGenerated using TypeDoc
A set adapter that serializes values with a codec. Codec needs to be monotonic to preserve iteration order.