toObjectArrayList

inline fun <T> Array<out T>.toObjectArrayList(offset: Int = 0, length: Int = this.size): ObjectArrayList<T>