AnsiText.rawText

  1. const(char[]) rawText [@property getter]
    struct AnsiText
    @safe @nogc nothrow pure @property const
    const(char[])
    rawText
    ()
  2. char[] rawText [@property setter]

Return Value

Type: const(char[])

The raw text of this AnsiText.

Meta