dropWhile

inline fun <T> MultiArray<T, D1>.dropWhile(predicate: (T) -> Boolean): NDArray<T, D1>

Drops elements that don't satisfy the predicate.