Bug 14081 – Table in the document of std.bigint.BigInt.toString() duplicates.
Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-01-30T08:52:00Z
Last change time
2015-03-22T13:06:11Z
Keywords
pull
Assigned to
nobody
Creator
jiki
Comments
Comment #0 by jiki — 2015-01-30T08:52:39Z
Here is the whole table.
I'll send a small PR for this later.
The output format is controlled via formatString:
The output format is controlled via formatString:
-----------------------------------------
"d" Decimal
"x" Hexadecimal, lower case
"X" Hexadecimal, upper case
"s" Default formatting (same as "d")
null Default formatting (same as "d")
----------------------------------------- # this line added by me
"d" Decimal
"x" Hexadecimal, lower case
"X" Hexadecimal, upper case
"s" Default formatting (same as "d")
null Default formatting (same as "d")
-----------------------------------------