HelpInformationProvider.message

Write a help message into sink.

interface HelpInformationProvider
const
void
message
(
scope void delegate
(
in char[] ch
)
sink
)

Parameters

sink void delegate
(
in char[] ch
)

the sink where to write the help message

Meta