nxt.array_help

Undocumented in source.

Members

Aliases

s
alias s = staticArray
Undocumented in source.

Functions

makeReallocatedBitArrayZeroPadded
size_t* makeReallocatedBitArrayZeroPadded(size_t* input, size_t currentBitCount, size_t newBitCount)
makeUninitializedBitArray
size_t* makeUninitializedBitArray(size_t bitCount)
makeZeroedBitArray
size_t* makeZeroedBitArray(size_t bitCount)
staticArray
Unqual!T[n] staticArray(T[n] x)
staticArrayAlternative
auto staticArrayAlternative()

Make a static array.

Properties

asN
E[T.sizeof] asN [@property getter]
toUbytes
ubyte[T.sizeof] toUbytes [@property getter]

Static functions

binBlockBytes
size_t binBlockBytes(size_t bitCount)
Undocumented in source. Be warned that the author may not have intended to support it.
wordCountOfBitCount
size_t wordCountOfBitCount(size_t bitCount)

Meta