[Issue 12952] size_t input for bswap and bitswap

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Dec 23 11:52:35 PST 2016


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

Eduard Staniloiu <edi33416 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |edi33416 at gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Eduard Staniloiu <edi33416 at gmail.com> ---
Closing this at is already implemented.

bswap offers version for both uint and ulong:

https://github.com/dlang/druntime/blob/master/src/core/bitop.d#L502
https://github.com/dlang/druntime/blob/master/src/core/bitop.d#L508

so does bitswap:

https://github.com/dlang/druntime/blob/master/src/core/bitop.d#L797
https://github.com/dlang/druntime/blob/master/src/core/bitop.d#L831

--


More information about the Digitalmars-d-bugs mailing list