November 23, 2004
in phobos.html the doc for std.intrinsic.bswap
ubyte bswap(uint x)
should have a return type of uint instead:
uint bswap(uint x)

The source file intrinsic.d is correct.


November 27, 2004
Got it, thanks.