package
1.3.0
Repository: https://github.com/asticode/go-astitools.git
Documentation: pkg.go.dev

# Functions

Int64 sorts a slice of int64s in increasing order.
Uint16 sorts a slice of uint16s in increasing order.
Uint8 sorts a slice of uint8s in increasing order.

# Type aliases

Int64Slice attaches the methods of Interface to []int64, sorting in increasing order.
UInt16Slice attaches the methods of Interface to []uint16, sorting in increasing order.
UInt8Slice attaches the methods of Interface to []uint8, sorting in increasing order.