The OpenD Programming Language

to

Converts a string into the other given type. Throws on failure.

  1. T to(const(char)[] str)
    T
    to
    (
    T
    )
    (
    scope const(char)[] str
    )
  2. string to(From value)

Meta