N-Dimensional Array
id: B2AI_SUBSTRATE:24
name: N-Dimensional Array
description: A data structure that can store a collection of items, where each item is identified by a set of indices. The number of indices required to identify an item is referred to as the dimension of the array, hence the name N-dimensional array.
subclass of:
- B2AI_SUBSTRATE:1 (Array)