Loading

MAP->

maps conversion

The MAP-> function expands the MAP on top of the stack into pairs of elements followed by the number of elements extracted. If the MAP was created by a call to ->MAP, the order of the elements will be the same as prior to calling ->MAP.

MAP-> is available since version 1.0.0.

See also

Signatures

Examples

{ 'foo' 42 'bar' true } MAP->