Documentation ¶
Index ¶
- func Float32(i, j interface{}) bool
- func Float64(i, j interface{}) bool
- func Int(i, j interface{}) bool
- func Int16(i, j interface{}) bool
- func Int32(i, j interface{}) bool
- func Int64(i, j interface{}) bool
- func Int8(i, j interface{}) bool
- func Time(i, j time.Time) bool
- func Uint(i, j interface{}) bool
- func Uint16(i, j interface{}) bool
- func Uint32(i, j interface{}) bool
- func Uint64(i, j interface{}) bool
- func Uint8(i, j interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32 ¶
func Float32(i, j interface{}) bool
Float32 is a less than comparison function for the Float32 numeric type.
func Float64 ¶
func Float64(i, j interface{}) bool
Float64 is a less than comparison function for the Float64 numeric type.
func Int ¶
func Int(i, j interface{}) bool
Int is a less than comparison function for the Int numeric type.
func Int16 ¶
func Int16(i, j interface{}) bool
Int16 is a less than comparison function for the Int16 numeric type.
func Int32 ¶
func Int32(i, j interface{}) bool
Int32 is a less than comparison function for the Int32 numeric type.
func Int64 ¶
func Int64(i, j interface{}) bool
Int64 is a less than comparison function for the Int64 numeric type.
func Int8 ¶
func Int8(i, j interface{}) bool
Int8 is a less than comparison function for the Int8 numeric type.
func Uint ¶
func Uint(i, j interface{}) bool
Uint is a less than comparison function for the Uint numeric type.
func Uint16 ¶
func Uint16(i, j interface{}) bool
Uint16 is a less than comparison function for the Uint16 numeric type.
func Uint32 ¶
func Uint32(i, j interface{}) bool
Uint32 is a less than comparison function for the Uint32 numeric type.
Types ¶
This section is empty.