Documentation ¶
Overview ¶
Package int128 comment should be of this form
Index ¶
- Variables
- type Uint128
- func (i Uint128) And(j Uint128) Uint128
- func (i Uint128) BigInt() *big.Int
- func (i Uint128) Cmp(j Uint128) int
- func (i Uint128) IP(bits int) net.IP
- func (i Uint128) Jump(mask Uint128) Uint128
- func (i Uint128) LeftShift() Uint128
- func (i Uint128) NextRangeBegin(mask Uint128) Uint128
- func (i Uint128) Not(j Uint128) Uint128
- func (i Uint128) Ones(max int) (z int)
- func (i Uint128) RangeEnd(mask Uint128) Uint128
- func (i Uint128) String() string
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 ¶
Uint128FromIP exported func should have comment or be unexported
func Uint128FromUint64s ¶
Uint128FromUint64s exported func should have comment or be unexported
func (Uint128) NextRangeBegin ¶
NextRangeBegin exported func should have comment or be unexported
Click to show internal directories.
Click to hide internal directories.