adam._setLengthBits

private void _setLengthBits(size_t n) nothrow @nogc pure @safe

Set the length bits in the tagged-length word.

Note

Callers should use _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.