NullableSetExtensions<T> extension

on

Properties

isEmpty bool

Available on Set<T>?, provided by the NullableSetExtensions extension

Returns true if there are no elements in this collection.
no setter
isNotEmpty bool

Available on Set<T>?, provided by the NullableSetExtensions extension

Returns true if there is at least one element in this collection.
no setter
length int

Available on Set<T>?, provided by the NullableSetExtensions extension

Returns the number of elements in the iterable.
no setter

Methods

contains(Object? element) bool

Available on Set<T>?, provided by the NullableSetExtensions extension

Whether value is in the set.
containsAny(Iterable<Object?> others) bool

Available on Set<T>?, provided by the NullableSetExtensions extension

Returns true if any of the given others is in the list.