package
0.0.0-20181025162720-c8a214aafdbb
Repository: https://github.com/turbinelabs/nonstdlib.git
Documentation: pkg.go.dev

# Functions

Dedupe removes duplicate entries from within a slice represented by the provided Interface.
Ints returns an array of ints that has the duplicated entries removed.
Strings returns an array of strings that has the duplicated entries removed.

# Interfaces

Interface enables a struct to be used to remove duplicate entries in a slice.