filterIndexed

@JvmName(name = "filterD1Indexed")
inline fun <T> MultiArray<T, D1>.filterIndexed(predicate: (index: Int, T) -> Boolean): D1Array<T>

Return a new array contains elements matching filter.