4001 - Array

Maturity
Basic
Scope
Flow
Cycle

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.
To Center Array
To Periphery Dictionary

Links

:exclamation: :warning:
WARNING: This entry is marked as non-release and pending review.

:grey_exclamation: :page_with_curl:
This is the discussion topic for 4001 - Array.
Feel free to contribute or asking relevant questions.