Text.getString

Get the text's string.

The returned string is a dstring, a unicode type.

class Text
immutable(T)[]
getString
const
(
T = char
)
(
)
if (
is(T == dchar) ||
is(T == wchar)
||
is(T == char)
)

Meta