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