Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Int64Slice ¶ added in v1.2.1
type Int64Slice []int64
Int64Slice attaches the methods of Interface to []int64, sorting in increasing order.
func (Int64Slice) Len ¶ added in v1.2.1
func (p Int64Slice) Len() int
func (Int64Slice) Less ¶ added in v1.2.1
func (p Int64Slice) Less(i, j int) bool
func (Int64Slice) Swap ¶ added in v1.2.1
func (p Int64Slice) Swap(i, j int)
type UInt16Slice ¶
type UInt16Slice []uint16
UInt16Slice attaches the methods of Interface to []uint16, sorting in increasing order.
func (UInt16Slice) Len ¶
func (p UInt16Slice) Len() int
func (UInt16Slice) Less ¶
func (p UInt16Slice) Less(i, j int) bool
func (UInt16Slice) Swap ¶
func (p UInt16Slice) Swap(i, j int)
type UInt8Slice ¶
type UInt8Slice []uint8
UInt8Slice attaches the methods of Interface to []uint8, sorting in increasing order.
func (UInt8Slice) Len ¶
func (p UInt8Slice) Len() int
func (UInt8Slice) Less ¶
func (p UInt8Slice) Less(i, j int) bool
func (UInt8Slice) Swap ¶
func (p UInt8Slice) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.