# 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.