-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi!
I'm curious why there is no find function either in core or here in extras?
I literally checked both three times, because I thought it's just me being blind
Wouldn't that be a useful addition?
find : (a -> Bool) -> Array a -> Maybe aAlso it would be natural to have its findLast counterpart
Maybe even call find as findFirst for clarity?
derrickbeining