SafeInt.toString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void toString(Writer sink, FormatSpec!Char fmt)
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    const @trusted
    void
    toString
    (
    Writer
    Char
    )
    (
    Writer sink
    ,
    FormatSpec!Char fmt = (FormatSpec!Char).init
    )
    if (
    isIntegral!N &&
    )
  2. string toString()

Meta