firstLawWithPredicate

inline fun <E> Array<E>.firstLawWithPredicate(predicate: (E) -> Boolean): E