mapWhileInt

inline fun mapWhileInt(cond: (index: Int) -> Boolean, gen: (Int) -> Int): IntArray