union abstract method

MutableEnumSet<T> union(
  1. MutableEnumSet<T> other
)

Implementation

MutableEnumSet<T> union(MutableEnumSet<T> other);