List Operator
NeuG supports the list-related operations shown in the table below.
| Operator | Description | Example |
|---|---|---|
IN | return true if an element is contained in the given list | 1 IN [1, 2, 3] |
NeuG supports the list-related operations shown in the table below.
| Operator | Description | Example |
|---|---|---|
IN | return true if an element is contained in the given list | 1 IN [1, 2, 3] |