# Functions
Contains returns true if the slice contains the given element.
Filter returns a new slice containing all elements in the slice that satisfy the predicate f.
Find returns the first element in the slice that satisfies the predicate f.
Map returns a new slice containing the results of applying the given function.