package
0.1.26
Repository: https://github.com/playerr9/go-commons.git
Documentation: pkg.go.dev

# Functions

FilterNonNil removes all nil elements from the given slice of elements.
MergeEquals removes all duplicate elements from the given slices of elements using the Equals method.
UniqueEquals removes all duplicate elements from the given slice of elements using the Equals method.

# Interfaces

Pointer is an interface for a pointer.