NamedType.toString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string toString()
    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))
    string
    toString
    (
    T2 = typeof(this)
    )
    ()
    if (
    is(TagT : Tag!U, )
    )
  2. void toString(Writer w, FormatSpec!char fmt)
  3. string toString()
  4. void toString(Writer w, FormatSpec!char fmt)
  5. string toString()

Meta