vere icon indicating copy to clipboard operation
vere copied to clipboard

Annotate struct fields in `tree.c`

Open mcevoypeter opened this issue 2 years ago • 0 comments

The array definitions in tree.c will be easier to read and understand if we annotate their constituent struct definitions with the relevant struct's field names rather than relying on the implicit field ordering defined by the declaration of the struct in jets.h.

mcevoypeter avatar Jan 26 '23 17:01 mcevoypeter