# Functions
ArrayContains returns true if the given array contains the given item.
DiffArrays returns the added and removed items between two string arrays.
Except returns a slice of elements that are in 'a' but not in 'b'.
Find returns the first element in the array that satisfies the predicate.