class Joy::Map
Defined in:
joy.crConstructors
Instance Method Summary
-
#[](field : Field(T)) : T forall T
Returns the value associated with field, or, when not found, the field's default value.
- #set(f : Field(T), v : T) : Map forall T
Constructor Detail
Instance Method Detail
Returns the value associated with field, or, when not found, the field's default value.