Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comparator ¶
type CustomComparator ¶
type CustomComparator[T any] struct { // contains filtered or unexported fields }
func Custom ¶
func Custom[T any](customLess func(a, b T) bool) CustomComparator[T]
func (CustomComparator[T]) Less ¶
func (cc CustomComparator[T]) Less(a, b T) bool
Click to show internal directories.
Click to hide internal directories.