# Functions
No description provided by the author
Contains checks if a list contains a string.
Equal compares two string slices for equality.
EqualMapKeys returns true if the slice equals the keys of the map ignoring any ordering.
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.