Returns this KtSet if it's not null and the empty set otherwise.
null
@useResult KtSet<T> orEmpty() => this ?? KtSet<T>.empty();