Set<T> clone({bool immutable = false}) { if (immutable) return this.immutable; return Set<T>.from(this); }