prettyformatStringMemberImpl

Formats the description of a string for insertion into a prettyformat listing. The full string is passed and the function will truncate it if it's too long.

Broken out of prettyformat to reduce template bloat.

private
void
prettyformatStringMemberImpl
(
Flag!"coloured" coloured
Sink
)
(
auto ref Sink sink
,)

Parameters

coloured

Whether or no to display terminal colours.

sink Sink

Output range to store output in.

args FormatStringMemberArguments

Argument aggregate for easier passing.