What are aggregate fields, and how do I display them with the tuplescope?
Aggregate fields are tuple fields that are not simple scalar values. In C, they are arrays, unions, and structs; in Fortran, arrays and common blocks. Internally in tuplespace, aggregates are represented as simple byte arrays. However, tuplescope allows aggregates to be interpreted as arrays of all of the normal scalar types (e.g.