ArrayValue

class tracdap.metadata.ArrayValue

An array value holds an array of other Values.

All items in an array must have the same type.

See also

BasicType.ARRAY

items: List[Value]

items