Skip to content

Arrays

Documentation for std-library/ksp/data-structures/arrays.ksp

Import

import "_IVLS/std-library/ksp/data-structures/arrays.ksp"

Node: Stl.Arrays

Uses: Init

API

Name Description
node Stl.Arrays Namespace node for the dynamic array allocation system.

Arrays

node Stl.Arrays

Callbacks: Init

Namespace node for the dynamic array allocation system.

Initializes the default 256-element array type (a256) and exposes its full set of CRUD functions for use throughout the instrument.


Example

// TODO: Add usage example

See Also