[top][index]
search for:

position -- find first element of a list satisfying a condition

position(v,f) -- returns the index of the first element of v satisfying the condition f, or null if there is none.

See also:

  • positions -- which elements of a list satisfy a condition
  • Ways to use position :

  • position(VisibleList,Function)

  • [top][index]
    search for: