WTF-Forum

1.103.0 [f8b83e7] | 23.06.2025

4001 - Array

Last Update: 26.06.2025

Maturity

Basic
Scope
Flow
Cycle
To CenterArray
To PeripheryDictionary
The overarching term for non-associative arrays is simply 'arrays.' Arrays are data structures that store a collection of elements in a specific order, and elements in an array are accessed by their numerical indices. The overarching term for associative arrays is 'dictionaries' or 'maps.' These data structures associate keys with values, allowing you to retrieve values based on their corresponding keys. Associative arrays are sometimes referred to as dictionaries, maps, hash maps, or hash tables, depending on the programming language or context.
WARNING: This entry is marked as experimental/in development.