Module array
Expand description
§Statically-Allocated, Fixed-Size, Bit Buffer
This module defines a port of the array fundamental and its APIs. The
primary export is the BitArray structure. This is a thin wrapper over
[T; N] that provides a BitSlice view of its contents and is roughly
analogous to the C++ type std::bitset<N>.
See the BitArray documentation for more details on its usage.
§Submodules
- apicontains ports of the standard library’s array type and- core::arraymodule.
- itercontains ports of array iteration.
- opsdefines operator-sigil traits.
- traitsdefines all the other traits.