[top][index]
search for:

apply -- apply a function to each element

See also:

  • mapping over lists -- apply a function to each element of a list
  • Ways to use apply :

  • apply(BasicList,BasicList,Function) -- apply function to elements in pairs
  • apply(BasicList,Function) -- apply function to each element
  • apply(HashTable,Function) -- apply function to each value
  • apply(ZZ,Function) -- apply function to 0 .. n-1

  • [top][index]
    search for: