NullableSetX<T> extension

Extensions for nullable Set.

on

Properties

orEmpty Set<T>

Available on Set<T>?, provided by the NullableSetX extension

Creates empty Set if this nullable Set is null, otherwise returns this Set.
no setter