toIntArray

inline fun <E : Enum<E>> toIntArray(value: ArrayList<E>?): ArrayList<Int>

Converts an array of specified enum type to an array of int.

Parameters

value

The value that will be converted.