I'll come back and give these some more detail, just getting them off the top of my head before I forget.
Member methods
- join
- sum
- any
- all
- max
- min
- intersect
- reduce/fold
- map
- filter
- intersperse
- union
- difference
- intersect
- slice
- splice
Static methods
- repeat/fill
- map **
- filter **
- reduce/fold **
**repeat, but these methods can be very helpful with partial application and member methods don't provide this opportunity
I'll come back and give these some more detail, just getting them off the top of my head before I forget.
Member methods
Static methods
**repeat, but these methods can be very helpful with partial application and member methods don't provide this opportunity