group - pannous/wasp GitHub Wiki
Group is an internal type declaring lists declared with round braces or no braces like
1 2 3
a;b;c
(1,2,3)
Groups are immutable by default and identical to tuples of other languages or named tuples if the node_pointer
are pairs:
(a:1 b:2 c:3)