convert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T convert(string str)
  2. string convert(T value)
    @nogc nothrow
    string
    convert
    (
    T
    )
    ()
    if (
    isNumeric!(T) ||
    isBoolean!(T)
    )

Meta