class

Joy::Map

Inherits Reference < Joy::Data < Object

Constructors

new(storage : Immutable::Map(Joy::Name, Joy::Data))
Source

Instance methods

[](field : Field(T)) : T forall T

Returns the value associated with field, or, when not found, the field's default value.

Source
set(f : Field(T), v : T) : Map forall T
Source

Nested types