Empty set

Syntax

	none()

Description

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.

Return Value

Type: Set

An empty set.

Examples

	none().size()

Output: 0