Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 430 Bytes

arrays.find.md

File metadata and controls

13 lines (8 loc) · 430 Bytes

Home > @thi.ng/arrays > find

find variable

Similar to Array.find(), but uses equiv as default predicate.

Signature:

find: <T>(buf: ArrayLike<T>, x: T, equiv?: import("@thi.ng/api").Fn2<T, T, boolean>) => T | undefined