[top][index]
search for:

fold -- apply binary operator repeatedly

See also:

  • accumulate -- apply binary operator repeatedly
  • Ways to use fold :

  • fold(Function,Thing,VisibleList) -- apply binary operator repeatedly
  • fold(Function,VisibleList) -- apply binary operator repeatedly
  • fold(VisibleList,Function) -- apply binary operator repeatedly
  • fold(VisibleList,Thing,Function) -- apply binary operator repeatedly

  • [top][index]
    search for: