AArray.print

Prints the contents of this array. Supply own functions for customization.

struct AArray
char[]
print
(
cstring function(
Key
)
printKey = &keyPrinter
,
cstring function(
Value
)
printValue = &valuePrinter
)

Meta