Text.string

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(T)[] string [@property setter]
  2. const(T)[] string [@property getter]
    class Text
    @property const
    const(T)[]
    string
    (
    T = char
    )
    ()
    if (
    is(T == dchar) ||
    is(T == wchar)
    ||
    is(T == char)
    )

Meta