Documentation ¶
Index ¶
- func All[T any](slice []T, comp Eqf[T]) bool
- func Any[T any](slice []T, comp Eqf[T]) bool
- func Max[T Ord](a, b T) T
- func Max_[T Ord](xs ...T) T
- func Min[T Ord](a, b T) T
- func Min_[T Ord](xs ...T) T
- func Partition[T any](slice []T, comp Ordf[T], low, high int) int
- func QuickSort[T any](slice []T, comp Ordf[T], low, high int)
- func SliceEqual[T any](a, b []T, comp Compf[T]) bool
- func SliceEqual_[T comparable](a, b []T) bool
- func Sort[T any](slice []T, comp Ordf[T])
- func Unique[T any](slice []T, comp Compf[T]) bool
- func Unique_[T comparable](slice []T) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SliceEqual ¶
func SliceEqual_ ¶
func SliceEqual_[T comparable](a, b []T) bool
func Unique_ ¶
func Unique_[T comparable](slice []T) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.