drop

fun <T> MultiArray<T, D1>.drop(n: Int): D1Array<T>

Drops first n elements.