[Issue 14081] New: Table in the document of std.bigint.BigInt.toString() duplicates.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 30 00:52:39 PST 2015


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
               URL: http://dlang.org/phobos/std_bigint.html#.BigInt.toStri
                    ng
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: websites
          Assignee: nobody at puremagic.com
          Reporter: jiki at 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")
----------------------------------------- # 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")
-----------------------------------------

--


More information about the Digitalmars-d-bugs mailing list