# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ContainsOneOfStrings will return true if any of a group of strings is found in a given group of strings.
ContainsOneOfUUIDs will return true if any of a group of uuids is found in a given group of uuids.
ContainsString will return true if a string is found in a given group of strings.
ContainsUUID will return true if a uuid is found in a given group of uuids.
FastPopString will remove the first found string from group of strings without preserving the order.