int

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ByIdHashFunc = func(n int) uintptr { return container.Hash(n) }
View Source
var ByIdKeyFunc = func(n int) int { return n }

go:generate gotemplate "github.com/Beyond-simplechain/foundation/multiindex/hashed_index" ById(TestIndex,TestIndexNode,ByNum,ByNumNode,int,int,ByIdHashFunc,alloc)

View Source
var ByNumCompare = container.IntComparator
View Source
var ByNumKeyFunc = func(n int) int { return n + 1 }
View Source
var ByPrevHashFunc = func(n int) uintptr { return container.Hash(n + 2) }
View Source
var ByPrevKeyFunc = func(n int) int { return n + 2 }

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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