Inheritance diagram for SetNode:
Public Attributes | |
List * | structs |
The set elements, a list with elements of GenericNode. | |
RestNode * | rest |
The rest. |
Sets are displayed as {a, b | c}. The structure after the pipe symbol is the rest.
|
The rest.
|
|
The set elements, a list with elements of GenericNode.
|