[top][index]
search for:

Function \ {...} -- apply a function to each member of a list

Synopsis:

  • Operator: \ -- a binary operator
  • Input:
  • an instance of class Function.
  • an instance of class List.
  • Next more general method: Function \ VisibleList -- apply a function to each member of a list

  • Code:

         -- ../../../Macaulay2/m2/classes.m2:68
         Function \ VisibleList := VisibleList => (f,v) -> apply(v,f)

    [top][index]
    search for: