Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Free is the key value of free fields Free = 0 // Phi to scramble keys to prevent bad hashes Phi = 0x9E3779B9 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntMap ¶
type IntMap struct {
// contains filtered or unexported fields
}
IntMap to store uint64->uint32 relations
func (*IntMap) Delete ¶
Delete removes a value from this map returns value,true or 0, false if the key wasnt in this map
Click to show internal directories.
Click to hide internal directories.