NullableSetExtensions<T> extension

on

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

Methods

contains(Object? element) bool
Whether value is in the set.
containsAny(Iterable<Object?> others) bool
Returns true if any of the given others is in the list.