# README
String Set
Other Contributors
- Anthony Rhodes aka
fork-while-fork
Licensing 
This program is free software: you can redistribute it and/or modify it under the terms of the Apache license.
# Functions
Deduplicate utilizes the Set type to generate a unique list of strings from the input slice.
New returns a Set containing the values provided in the arguments.