emptySet method

CustomSet<T> emptySet()

Creates an empty set.

This is a convenience method for creating empty sets.

Implementation

CustomSet<T> emptySet() => CustomSet.empty();