NullableSetExtensions<T> extension
Properties
-
isEmpty
→ bool
-
Returns true if there are no elements in this collection.
no setter
-
isNotEmpty
→ bool
-
Returns true if there is at least one element in this collection.
no setter
-
length
→ int
-
Returns the number of elements in the iterable.
no setter