//
pkg.gl
Category
github.com/sagernet/tailscale
util
uniq
package
1.79.0-mod
Repository:
https://github.com/sagernet/tailscale.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
46 SLOC
#
Functions
ModifySlice
ModifySlice removes adjacent duplicate elements from the given slice.
ModifySliceFunc
ModifySliceFunc is the same as ModifySlice except that it allows using a custom comparison function.