nb.ds

..
MapArray

A data structure made to have the features of an Array and a Map using an array of nb.fs.NamedData<T>.

NamedData

Contains a value (data) paired with a string (name).

Set

Stores unique values without any particular order.