Expand description

Numerical operations.

Each operation is implemented as a struct that implements the Operation trait.

Structs§

  • Return the number of selected elements in the array.
  • Return the maximum of selected elements in the array.
  • Return the minimum of selected elements in the array.
  • Return all selected elements in the array.
  • Return the sum of selected elements in the array.