ptrutil

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompareInt64

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

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL