API reference@evolu/common › Lookup

Lookup-key collections and helpers.

Functions

FunctionDescription
createLookupMapCreates LookupMap.
createLookupSetCreates LookupSet.
structuralLookupReturns the structural lookup key for key.

Interfaces

InterfaceDescription
CreateLookupMapOptionsOptions for createLookupMap.
CreateLookupSetOptionsOptions for createLookupSet.
LookupMapMap-like collection keyed by a derived lookup key.
LookupOptionOptional Lookup.
LookupSetSet-like collection keyed by a derived lookup key.

Type Aliases

Type AliasDescription
LookupDerives the native lookup key used by lookup-based collections.
StructuralCompile-time structural form of T for structural lookup APIs.
StructuralFunctionFunction branch excluded by Structural.
StructuralKeyImmutable structural key.
StructuralLookupKeyBranded native key produced by structuralLookup.
StructuralScalarScalar branch shared by StructuralKey and Structural.