to

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T to(S value)
    @safe
    T
    to
    (
    T
    bool throws
    S
    )
    (
    const S value
    )
    if (
    isScalarType!(BasicScalar!T) &&
    isScalarType!(BasicScalar!S)
    )
  2. T to(S value)

Meta