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