effect-io-ai

Package: effect
Module: Schema

Schema.HashSet

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
}

Source

Since v3.10.0