Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignedNumeric ¶
type Unique ¶
type Unique interface { Comparable Key() int64 // Key should return a unique item key. It can be a hash or just an index. }
Unique specifies an abstract key with an ability to provide hash.
Click to show internal directories.
Click to hide internal directories.