Text.string

The text's string.

A text's string is empty by default.

  1. const(T)[] string [@property setter]
    class Text
    @property
    const(T)[]
    string
    (
    T
    )
    (
    const(T)[] text
    )
    if (
    is(T == dchar) ||
    is(T == wchar)
    ||
    is(T == char)
    )
  2. const(T)[] string [@property getter]

Meta