ref

package module
v0.0.0-...-2e91b82 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: GPL-2.0 Imports: 5 Imported by: 3

README

IPREF reference

IPREF™ uses references which are opaque integers up to 128 bits in size. On 64 bit systems they're represented as a structure consisting of two 64 bit unsigned integers.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ref

type Ref struct {
	H uint64
	L uint64
}

func Parse

func Parse(sss string) (Ref, error)

parse reference

func (*Ref) IsZero

func (ref *Ref) IsZero() bool

func (*Ref) String

func (ref *Ref) String() string

print ref as dash separated hex quads: 2f-4883-0005-2a1b

Jump to

Keyboard shortcuts

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