//
pkg.gl
Category
github.com/turbinelabs/nonstdlib
arrays
dedupe
package
0.0.0-20181025162720-c8a214aafdbb
Repository:
https://github.com/turbinelabs/nonstdlib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
44 SLOC
#
Functions
Dedupe
Dedupe removes duplicate entries from within a slice represented by the provided Interface.
Ints
Ints returns an array of ints that has the duplicated entries removed.
Strings
Strings returns an array of strings that has the duplicated entries removed.
#
Interfaces
Interface
Interface enables a struct to be used to remove duplicate entries in a slice.