kotlin-utils
/
loggersoft.kotlin.utils
/
enumSetEmpty
enum
Set
Empty
inline fun <
T
:
Enum
<
T
>>
enumSetEmpty
():
EnumSet
<
T
>
Content copied to clipboard
Returns empty set of enumeration with the type specified by the template.