FixedSet<E> constructor

FixedSet<E>(
  1. Set<E> other
)

Implementation

FixedSet(Set<E> other) : _innerSet = Set<E>.unmodifiable(other);