convert

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

Meta