
The highest tagged major version is
v2.
package
Version:
v1.17.3
Opens a new window with list of versions in this module.
Published: Feb 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CompareInt64(ptr1, ptr2 *int64) int
CompareInt64 is a piecewise function with the following return conditions:
(1) 2, ptr1 != nil AND ptr2 == nil
(2) 1, *ptr1 > *ptr2
(3) 0, ptr1 == ptr2 or *ptr1 == *ptr2
(4) -1, *ptr1 < *ptr2
(5) -2, ptr1 == nil AND ptr2 != nil
Source Files
¶
Click to show internal directories.
Click to hide internal directories.