Composer.message

struct Composer(Char, size_t buffSize = runtime, OverflowPolicy policy = OverflowPolicy.assertFalse)
@trusted @nogc @property
immutable(Char[])
message
const nothrow
(
)

Return Value

Type: immutable(Char[])

The message so far

Meta