find

find(x,f) -- applies the function f to each element of x, returning the first non-null result. If no result is non-null, then it returns null.

Go to main index.

Go to concepts index.