Composer.messageLength

struct Composer(Char, size_t buffSize = runtime, OverflowPolicy policy = OverflowPolicy.assertFalse)
@safe @nogc @property
size_t
messageLength
const nothrow
(
)

Return Value

Type: size_t

The length of the message that has been written into the buffer so far

Meta