View Source BCS.DataType.Map (ex_bcs v0.1.1)

Mappings Under the hood, this data type represents values of variable-length, sorted sequences of (Key, Value) tuples.

Link to this section Summary

Link to this section Types

@type t() :: %BCS.DataType.Map{key: BCS.DataType.t(), value: BCS.DataType.t()}

Link to this section Functions