https://issues.dlang.org/show_bug.cgi?id=23573

--- Comment #8 from [email protected] ---
(In reply to elpenguino+D from comment #7)
> I think the problem is that 'least significant bit' is undefined here, since
> the term is defined according to the data, not endianness.

That's why I wrote this to define what LSB means:  `value & 0x1` giving the
value of the LSB

--

Reply via email to