Composer.message

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

Return Value

Type: immutable(Char[])

The message so far

Meta