prettyformatOtherMemberImpl

Formats the description of a non-string, non-array, non-aggregate value for insertion into a prettyformat listing.

Broken out of prettyformat to reduce template bloat.

private
void
prettyformatOtherMemberImpl
(
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 FormatOtherMemberArguments

Argument aggregate for easier passing.