Object is the type used to describe composite data structures. Note: not a map because order matters.
| 54 | // Object is the type used to describe composite data structures. |
| 55 | // Note: not a map because order matters. |
| 56 | Object []*NamedAttributeExpr |
| 57 | |
| 58 | // Union is the type used to describe unions. |
| 59 | Union struct { |
no outgoing calls
no test coverage detected