object std std.base64 std.boxer std.compiler std.conv std.cover std.ctype std.date std.demangle std.file std.format std.gc std.intrinsic std.math std.md5 std.mmfile std.openrj std.outbuffer std.path std.process std.random std.regexp std.socket std.socketstream std.stdint std.stdio std.cstream std.stream std.string std.system std.thread std.uni std.uri std.utf std.zip std.zlib std.c.fenv std.c.math std.c.process std.c.stdarg std.c.stddef std.c.stdio std.c.stdlib std.c.string std.c.time std.c.wcharh std.windows.charset std.windows std.linux std.c.windows std.c.linux |
std.convConversion building blocks. These differ from the C equivalents atoi() and atol() by checking for overflow and not allowing whitespace.For conversion to signed types, the grammar recognized is: Integer: Sign UnsignedInteger UnsignedIntegerFor conversion to signed types, the grammar recognized is: UnsignedInteger: DecimalDigit DecimalDigit UnsignedInteger
|