_validateLength first for public entry points
to ensure proper error reporting. This function uses assert for debug builds and masks the value in release builds to maintain @nogc/nothrow contracts.
void _setLengthBits(size_t n) nothrow @nogc pure @safeSet the length bits in the tagged-length word.
_validateLength first for public entry points
to ensure proper error reporting. This function uses assert for debug builds and masks the value in release builds to maintain @nogc/nothrow contracts.