prettyformatArrayMemberImpl

Formats the description of an array for insertion into a prettyformat listing.

Broken out of prettyformat to reduce template bloat.

private
void
prettyformatArrayMemberImpl
(
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 FormatArrayMemberArguments

Argument aggregate for easier passing.