Documentation
¶
Overview ¶
Package stablesort provides stable sorting in place slice elements
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func By ¶
func By[T any, o constraints.Ordered, TS ~[]T](elements TS, by func(T) o) TS
By makes stable sorting of elements in place by converting them to Ordered values and applying the operator <
func ByLess ¶
ByLess make stable sorting of elements in place using a function that checks if an element is smaller than the others
func Of ¶
func Of[T constraints.Ordered, TS ~[]T](elements TS) TS
Of makes stable sorting orderable elements
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.