softBitswap

Reverses the order of bits - needed because of dmd Issue 19693 https://issues.dlang.org/show_bug.cgi?id=19693

package @safe pure
N
softBitswap
(
N
)
(
N x
)
if (
is(N == uint) ||
is(N == ulong)
)

Meta