References
| summary | ||
| private | 
      
       Applies the accumulator function iteratively on the last return value of the accumulator and the next value in the input iterable.  | 
    |
| private | 
      
       Sums the elements of the input iterable.  | 
    |
| public | 
      
       Returns true if all of the elements of the input iterable are truthy.  | 
    |
| public | 
      
       Returns true if any of the elements of the input iterable is truthy.  | 
    |
| public | 
      
       Returns the largest element of the input iterable according to some comparison function.  | 
    |
| public | 
      
       Returns the smallest element of the input iterable according to some comparison function.  | 
    |
| public | 
      
       Applies the accumulator function iteratively on the last return value of the accumulator and the next value in the input iterable.  | 
    |
| public | 
      
       Returns true if at least some of the elements of the input iterable are truthy.  | 
    |
| public | 
      
       Sums the elements of the input iterable.  | 
    |
    
  