enumSetEmpty

inline fun <T : Enum<T>> enumSetEmpty(): EnumSet<T>

Returns empty set of enumeration with the type specified by the template.