int128

package
v0.0.0-...-cd4f2e8 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package int128 comment should be of this form

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidData = errors.New("invalid data")

ErrInvalidData exported var should have comment or be unexported

Functions

This section is empty.

Types

type Uint128

type Uint128 struct {
	// contains filtered or unexported fields
}

Uint128 exported type should have comment or be unexported

func Uint128FromIP

func Uint128FromIP(ip net.IP) Uint128

Uint128FromIP exported func should have comment or be unexported

func Uint128FromUint64s

func Uint128FromUint64s(high, low uint64) Uint128

Uint128FromUint64s exported func should have comment or be unexported

func (Uint128) And

func (i Uint128) And(j Uint128) Uint128

And exported func should have comment or be unexported

func (Uint128) BigInt

func (i Uint128) BigInt() *big.Int

BigInt exported func should have comment or be unexported

func (Uint128) Cmp

func (i Uint128) Cmp(j Uint128) int

Cmp exported func should have comment or be unexported

func (Uint128) IP

func (i Uint128) IP(bits int) net.IP

IP exported func should have comment or be unexported

func (Uint128) Jump

func (i Uint128) Jump(mask Uint128) Uint128

Jump exported func should have comment or be unexported

func (Uint128) LeftShift

func (i Uint128) LeftShift() Uint128

LeftShift exported func should have comment or be unexported

func (Uint128) NextRangeBegin

func (i Uint128) NextRangeBegin(mask Uint128) Uint128

NextRangeBegin exported func should have comment or be unexported

func (Uint128) Not

func (i Uint128) Not(j Uint128) Uint128

Not exported func should have comment or be unexported

func (Uint128) Ones

func (i Uint128) Ones(max int) (z int)

Ones exported func should have comment or be unexported

func (Uint128) RangeEnd

func (i Uint128) RangeEnd(mask Uint128) Uint128

RangeEnd exported func should have comment or be unexported

func (Uint128) String

func (i Uint128) String() string

String exported func should have comment or be unexported

Jump to

Keyboard shortcuts

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