Takes two arrays and returns true when the first array is a subset of the second, including when the first array equals the second array, and false otherwise.
Takes two arrays and returns true when the first array is a subset of the second, including when the first array equals the second array, and false otherwise.