Expand description
Subject type definition
This module provides the Subject type and related types (Symbol, Value, RangeValue, PropertyRecord)
for use as pattern values in Pattern<Subject>.
Structs§
- Range
Value - Range value for numeric ranges (lower and upper bounds, both optional).
- Subject
- Self-descriptive object with identity, labels, and properties.
- Subject
Builder - Fluent builder for constructing Subject values.
- Symbol
- Symbol identifier that uniquely identifies the subject.
Enums§
- Value
- Property value types for Subject properties.
Type Aliases§
- Property
Record - Property record type alias.