NamedType.toString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string toString()
  2. void toString(Writer w, FormatSpec!char fmt)
  3. string toString()
  4. void toString(Writer w, FormatSpec!char fmt)
    struct NamedType(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
    inout
    static if(!(is(Tr == Comparable)))
    static if(!(is(Tr == Hashable)))
    static if(!(is(Tr == Incrementable)))
    static if(!(is(Tr == Decrementable)))
    static if(!(is(Tr == Addable)))
    static if(!(is(Tr == Subtractable)))
    static if(!(is(Tr == Modulable)))
    static if(!(is(Tr == Divisable)))
    static if(!(is(Tr == Multiplicable)))
    static if(!(is(Tr == ImplicitConvertable)))
    static if(!(is(Tr == Lengthable)))
    static if(!(is(Tr == TagStringable)))
    static if(is(Tr == ForwardStringable))
    void
    toString
    (
    Writer
    T2 = typeof(this)
    )
    (
    ref Writer w
    ,
    scope const ref FormatSpec!char fmt
    )
    if (
    isOutputRange!(Writer, char)
    )
    if (
    is(TagT : Tag!U, )
    )
  5. string toString()

Meta