sig val find : f:('a -> bool) -> 'a Extlib.ExtArray.Array.t -> 'a option val findi : f:('a -> bool) -> 'a Extlib.ExtArray.Array.t -> int option end