July 18, 2016
Is there any MSB to LSB and vice versa in phobos? Or some tricks with templates that make it fast as possible?

July 18, 2016
On Monday, 18 July 2016 at 04:54:07 UTC, Rufus Smith wrote:
> Is there any MSB to LSB and vice versa in phobos? Or some tricks with templates that make it fast as possible?

you mean endianness conversions? then yes. see std.bitmanip:swapendian and friends.