Untyped map. Accepts any map without validating keys or values.
For maps with typed keys or named fields, use the {:map, ...}
composite forms instead (see Plushie.Type).
Summary
Types
@type t() :: map()
Untyped map. Accepts any map without validating keys or values.
For maps with typed keys or named fields, use the {:map, ...}
composite forms instead (see Plushie.Type).
@type t() :: map()