[top][index]
search for:

positions -- which elements of a list satisfy a condition

positions(v,f) -- yields a list of integers giving the positions of the elements of the list v which yield the value true when the function f is applied.

See also:

  • position -- find first element of a list satisfying a condition
  • Ways to use positions :

  • positions(VisibleList,Function)

  • [top][index]
    search for: