SetExtension<T> extension

extension for Set<T>.

on

Methods

allEquals(T element) bool
computeHashcode() int
Computes the hashcode of this Set, using SetEquality defaults.
copy() Set<T>
Copies this Set.
equalsElements(Set<T> other) bool
Returns true if all the elements are equals to other elements.
toStringElements() List<String>
Creates a new List<String>, mapping each element to a String.