none()
Creates an empty set. A set cannot be modified afterwards, so no elements can be added. But it can be used to create a new set, for example with Concatenation.
Type: Set
An empty set.
none().size()
Output: 0