Categorygithub.com/caffix/stringset
modulepackage
0.1.2
Repository: https://github.com/caffix/stringset.git
Documentation: pkg.go.dev

# README

GitHub Test Status GoDoc License Go Report CodeFactor Maintainability Codecov

String Set

Other Contributors

Licensing License

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.

# Structs

No description provided by the author