Documentation ¶
Overview ¶
Package uid implements unique ID provision for graphs.
Index ¶
Constants ¶
View Source
const Max = int64(^uint64(0) >> 1)
Max is the maximum value of int64.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set implements available ID storage.
func NewSet ¶
func NewSet() Set
NewSet returns a new Set. The returned value should not be passed except by pointer.
Click to show internal directories.
Click to hide internal directories.