fromIntArray

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

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

Parameters

value

The value that will be converted.