prettyformatAssociativeArrayMemberImpl

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

Broken out of prettyformat to reduce template bloat.

private
void
prettyformatAssociativeArrayMemberImpl
(
Flag!"coloured" coloured
Sink
)
(
auto ref Sink sink
,,
const string[string] content
)

Parameters

coloured

Whether or no to display terminal colours.

sink Sink

Output range to store output in.

args FormatArrayMemberArguments

Argument aggregate for easier passing.

content string[string]

The associative array we're describing.