4.3 Maps
Data maps are a type of data structure known as hash tables. They allow you to map keys to specific values. Unlike tuple keys, data map keys are not hard-coded names; they are represented as specific concrete values. Maps should be used when relating data to other data.
Last updated