array_find, array_find_index: two new utils
commitd694e6f78c881990115f299ffa0c71ba00509a72
authorJohn Foerch <jjfoerch@earthlink.net>
Fri, 8 Oct 2010 19:04:16 +0000 (8 15:04 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 8 Oct 2010 19:05:27 +0000 (8 15:05 -0400)
tree3274f74c6ba667f762afbb33004f0702a93ed708
parentdc448a638324b02a81e76de18eddf9b7d3d9637a
array_find, array_find_index: two new utils

array_find returns the first element in the given array that satisfies
predicate p.  returns null on failure.

array_find_index returns the index of the first element in the array that
satisfies predicate p.  returns -1 on failure.
modules/array.js