July 18, 2016 Fast MSB to LSB | ||||
---|---|---|---|---|
| ||||
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 Re: Fast MSB to LSB | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rufus Smith | 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.
|
Copyright © 1999-2021 by the D Language Foundation