Binsec.Array_utilsExtra functions over arrays
find p a returns the first element of the array a that satisfies the predicate p.
find p a returns the index of the first element of the array a that satisfies the predicate p.
find p a returns the first element of the array a that satisfies the predicate p or None.
Same as Array.fold_left, but the function is applied with the index of the element as first argument, and the element itself as third argument