📄️ Overview
Arrays are fixed size containers for JSON objects, strings or integers, implemented in contigious memory. Because they are fixed sized, their length must be defined at creation time, and cannot change.
📄️ create
|Param|Description|
📄️ set
|Param|Description|
📄️ set_rng
|Param|Description|
📄️ get
|Param|Description|
📄️ get_rng
stop is exclusive based.
📄️ clear
|Param|Description|
📄️ delete
|Param|Description|
📄️ delete_all
Delete all arrays for the given API type: if this is called on the IntArrays API, only integer arrays are deleted.
📄️ exist
|Param|Description|
📄️ capacity
|Param|Description|
📄️ used
|Param|Description|
📄️ swap (Unsorted Only)
|Param|Description|
📄️ intersect (Sorted Only)
|Param|Description|
📄️ min (Sorted Only)
|Param|Description|
📄️ max (Sorted Only)
|Param|Description|