Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.