www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - doc bug: std.intrinsic

reply "Ben Hinkle" <bhinkle mathworks.com> writes:
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.
Nov 23 2004
parent "Walter" <newshound digitalmars.com> writes:
Got it, thanks.
Nov 27 2004