Map

Description

The Map class is a case sensitive key-value container, where the keys are strings. Keys will all be unique.

Constructors

Operators

Methods

Map_Pair

The entries in a Map are of type Map_Pair, which holds a string and a value.

Constructors (Map_Pair)

Methods (Map_Pair)

Related Topics

Language Types