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 IsIntegersEqual(array, other []int) bool
- func IsIntegersEqualPtr(leftSlicePtr, rightSlicePtr *[]int) bool
- func IsStringsEqual(leftItems, rightItems []string) bool
- func IsStringsEqualPtr(leftLines, rightLines *[]string) bool
- func IsStringsEqualWithoutOrder(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 IsIntegersEqual ¶ added in v1.1.0
func IsIntegersEqualPtr ¶ added in v1.1.0
func IsStringsEqual ¶ added in v1.1.0
func IsStringsEqualPtr ¶ added in v1.1.0
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
- IsIntegersEqual.go
- IsIntegersEqualPtr.go
- IsStringsEqual.go
- IsStringsEqualPtr.go
- IsStringsEqualWithoutOrder.go
- Time.go
- TimePtr.go
- VersionSliceByte.go
- VersionSliceInteger.go
Click to show internal directories.
Click to hide internal directories.