std_collections library
std_collections base module builder for the ball programming language.
Separate from std because not all runtimes expose a mutable collection
API (e.g. some WASM targets), and the set of operations is large enough
to warrant its own versioned module.
Depends on std. Import explicitly.
Functions
-
buildStdCollectionsModule(
) → Module - Builds the std_collections base module.