Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶ added in v0.2.0
func Contains[T comparable](slice []T, value T) bool
Contains scans a slice for a matching value, and returns TRUE if the value is found.
func Equal ¶ added in v0.5.1
func Equal[T comparable](value1 []T, value2 []T) bool
Equal returns true if the two slices are identical, having the same items in the same order, with no alterations.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.