Data Map
std/data/map::Map
Traits
∈ Display
∈ PartialEquality
∈ Serialize
A heterogeneous key→value map where keys are strings and values can be any Mélodium type.
Used to pass structured data between treatments and to build JSON-like payloads.
Supports entry, get, insert, and merge operations.
Later entries with the same key overwrite earlier ones.