# Functions
All returns true if every one of the strings in vs satisfies f.
Any returns true if one of the values in vs satisfies f.
Filter returns a new slice containing all the strings in vs that satisfy f.
Includes returns true if t is contained within vs.
Index returns the first index of t or -1 if no match.
Map returns a new slice containing the results of applying f to each value in vs.