Package: effect
Module: SchemaAST
AST node matching a specific unique symbol value.
Details
Parsing succeeds only when the input is reference-equal to the stored
symbol.
See
isUniqueSymbolSignature
declare class UniqueSymbol { constructor(
symbol: symbol,
annotations?: Schema.Annotations.Annotations,
checks?: Checks,
encoding?: Encoding,
context?: Context
) }
Since v3.10.0