Documentation ¶
Overview ¶
Package zuint32 implements radix sort for []uint32. This package is deprecated.
Index ¶
Constants ¶
View Source
const ( // MinSize is the minimum size of a slice that will be radix sorted by Sort. // This is deprecated and no longer used MinSize = 128 )
Variables ¶
This section is empty.
Functions ¶
func Sort ¶
func Sort(x []uint32)
Sort sorts x. This is deprecated, use zermelo.SortIntegers instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.