www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14081] New: Table in the document of

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

          Issue ID: 14081
           Summary: Table in the document of std.bigint.BigInt.toString()
                    duplicates.
           Product: D
           Version: D2
          Hardware: All

                    ng
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: websites
          Assignee: nobody puremagic.com
          Reporter: jiki red.email.ne.jp

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")

"d"    Decimal
"x"    Hexadecimal, lower case
"X"    Hexadecimal, upper case
"s"    Default formatting (same as "d")
null    Default formatting (same as "d")
-----------------------------------------

--
Jan 30 2015