Converts the Set to a truly immutable KtSet
@useResult KtSet<T> toImmutableSet() => KtSet.from(this);