kotlin-utils
/
loggersoft.kotlin.utils
/
enumSetOf
enum
Set
Of
inline fun <
T
:
Enum
<
T
>>
enumSetOf
(vararg values:
T
):
EnumSet
<
T
>
Content copied to clipboard
Creates an immutable set of values belong to enumeration with the type specified by the template.