AediException.pushMessage

A special function used to print customized message using built-in properties, with as less as possible allocations.

class AediException
const @system
void
pushMessage
(
scope void delegate
(
in char[]
)
sink
)

Parameters

sink void delegate
(
in char[]
)

sink where message will end.

Meta