dtrace-utils icon indicating copy to clipboard operation
dtrace-utils copied to clipboard

Support printing of associative arrays in print()

Open rjvdp opened this issue 1 year ago • 0 comments

Currently, you can only print individual elements of an associative array. Since there is no way to loop over the keys of an associative array, it is not possible to print all of the contents.

It would be great if print() supports this. Ideally with an optional format string like printa() has.

rjvdp avatar Oct 24 '24 22:10 rjvdp