# Functions

All checks if all elements in the slice satisfy the condition.
Any checks if any element in the slice satisfies the condition.
FindAll returns all elements in the slice that satisfy the condition.
FindFirst returns the first element in the slice that satisfies the condition.
Reduce applies a function against an accumulator and each element in the slice (from left to right) to reduce it to a single value.