AnsiText.toString

Notes: If no ANSI escape codes are used, then this function will simply return a .idup of the text provided to this struct's constructor.

struct AnsiText
@safe pure
string
toString
()

Return Value

Type: string

The ANSI escape-coded text.

Meta