toObjectMutableList

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