Documentation
¶
Index ¶
- func AnyItem(left, right interface{}) corecomparator.Compare
- func Byte(left, right byte) corecomparator.Compare
- func BytePtr(left, right *byte) corecomparator.Compare
- func Integer(left, right int) corecomparator.Compare
- func Integer16(left, right int16) corecomparator.Compare
- func Integer16Ptr(left, right *int16) corecomparator.Compare
- func Integer32(left, right int32) corecomparator.Compare
- func Integer32Ptr(left, right *int32) corecomparator.Compare
- func Integer64(left, right int64) corecomparator.Compare
- func Integer64Ptr(left, right *int64) corecomparator.Compare
- func Integer8(left, right int8) corecomparator.Compare
- func Integer8Ptr(left, right *int8) corecomparator.Compare
- func IntegerPtr(left, right *int) corecomparator.Compare
- func IntegersEqual(array, other []int) bool
- func IntegersEqualPtr(array, other *[]int) bool
- func StringsEqual(leftItems, rightItems []string) bool
- func StringsEqualPtr(array, other *[]string) bool
- func StringsEqualWithoutOrder(leftItems, rightItems []string) bool
- func Time(left, right time.Time) corecomparator.Compare
- func TimePtr(left, right *time.Time) corecomparator.Compare
- func VersionSliceByte(leftVersions, rightVersions []byte) corecomparator.Compare
- func VersionSliceInteger(leftVersions, rightVersions []int) corecomparator.Compare
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyItem ¶
func AnyItem(left, right interface{}) corecomparator.Compare
func Byte ¶
func Byte(left, right byte) corecomparator.Compare
func BytePtr ¶
func BytePtr(left, right *byte) corecomparator.Compare
func Integer ¶
func Integer(left, right int) corecomparator.Compare
func Integer16 ¶
func Integer16(left, right int16) corecomparator.Compare
func Integer16Ptr ¶
func Integer16Ptr(left, right *int16) corecomparator.Compare
func Integer32 ¶
func Integer32(left, right int32) corecomparator.Compare
func Integer32Ptr ¶
func Integer32Ptr(left, right *int32) corecomparator.Compare
func Integer64 ¶
func Integer64(left, right int64) corecomparator.Compare
func Integer64Ptr ¶
func Integer64Ptr(left, right *int64) corecomparator.Compare
func Integer8 ¶
func Integer8(left, right int8) corecomparator.Compare
func Integer8Ptr ¶
func Integer8Ptr(left, right *int8) corecomparator.Compare
func IntegerPtr ¶
func IntegerPtr(left, right *int) corecomparator.Compare
func IntegersEqual ¶
func IntegersEqualPtr ¶
func StringsEqual ¶
func StringsEqualPtr ¶
func VersionSliceByte ¶
func VersionSliceByte(leftVersions, rightVersions []byte) corecomparator.Compare
func VersionSliceInteger ¶
func VersionSliceInteger(leftVersions, rightVersions []int) corecomparator.Compare
Types ¶
This section is empty.
Source Files
¶
- AnyItem.go
- Byte.go
- BytePtr.go
- Integer.go
- Integer16.go
- Integer16Ptr.go
- Integer32.go
- Integer32Ptr.go
- Integer64.go
- Integer64Ptr.go
- Integer8.go
- Integer8Ptr.go
- IntegerPtr.go
- IntegersEqual.go
- IntegersEqualPtr.go
- StringsEqual.go
- StringsEqualPtr.go
- StringsEqualWithoutOrder.go
- Time.go
- TimePtr.go
- VersionSliceByte.go
- VersionSliceInteger.go
Click to show internal directories.
Click to hide internal directories.