Equal compares two string slices for equality. Both the existence
of the elements and the order of those elements matter for equality. Empty
slices are treated identically to nil slices.
MergeSorted takes two string slices that are assumed to be sorted
and does a zipper merge of the two sorted slices, removing any cross-slice
duplicates. If any individual slice contained duplicates those will be
retained.