Package: effect
Module: Schema
Type-level representation returned by HashSet.
Signature
export interface HashSet<Value extends Constraint> extends
declareConstructor<
HashSet_.HashSet<Value["Type"]>,
HashSet_.HashSet<Value["Encoded"]>,
readonly [Value],
HashSetIso<Value>
>
{
readonly "Rebuild": HashSet<Value>
readonly value: Value
}
Since v3.10.0