On 17 July 2015 at 15:07, David Gold <[email protected]> wrote: > > If you don't care about short-circuiting after finding the nth occurrence > you could of course just do `find(f, A)[n]`.
For my specific application, n should be fairly small so this is an
excellent option. I must have overlooked it in the documentation
somehow, thank you!
Pontus
