package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev

# Functions

ByteArrays takes a slice of byte slices as a parameter and sorts it.
Float32s takes an float32 slice as a parameter and sorts it.
Float64s takes an float64 slice as a parameter and sorts it.
Int16s takes an int16 slice as a parameter and sorts it.
Int32s takes an int32 slice as a parameter and sorts it.
Int64s takes an int64 slice as a parameter and sorts it.
Int8s takes an int8 slice as a parameter and sorts it.
Times takes a slice of time elements as a parameter and sorts it.
Uint16s takes a uint16 slice as a parameter and sorts it.
Uint32s takes a uint32 slice as a parameter and sorts it.
Uint64s takes a uint64 slice as a parameter and sorts it.
Uint8s takes a uint16 slice as a parameter and sorts it.
Uints takes a uint slice as a parameter and sorts it.

# Type aliases

ByteArraySlice represents a slice that holds byte arrays.
Float32Slice represents a slice that holds float32 elements.
Float64Slice represents a slice that holds float64 elements.
Int16Slice represents a slice that holds int16 elements.
Int32Slice represents a slice that holds int32 elements.
Int64Slice represents a slice that holds int64 elements.
Int8Slice represents a slice that holds int8 elements.
TimeSlice represents a slice that holds elements of the type time.Time.
Uint16Slice represents a slice that holds uint16 elements.
Uint32Slice represents a slice that holds uint32 elements.
Uint64Slice represents a slice that holds uint64 elements.
Uint8Slice represents a slice that holds uint8 elements.
UintSlice represents a slice that holds uint elements.