KtSet<T>.empty  constructor 
      const
      KtSet<T>.empty ()
     
    
Returns an empty read-only set.
Implementation
const factory KtSet.empty() = EmptySet<T>;Returns an empty read-only set.
const factory KtSet.empty() = EmptySet<T>;