fromString.fromString

  1. T fromString(const(C)[] str)
    template fromString(T)
    T
    fromString
    (
    C
    )
    (
    scope const(C)[] str
    )
    if (
    isSomeChar!C
    )
    if (
    isMutable!T
    )
  2. bool fromString(const(C)[] str, T value)
  3. bool fromString(const(C)[] str, T value)