Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key interface { constraints.Integer | ~string | ~[8]byte | ~[16]byte | ~[32]byte | constraints.Float //| ~[]byte }
type Number ¶
type Number interface { constraints.Integer | constraints.Float }
type Ordered ¶
type Ordered constraints.Ordered
type Rangeable ¶ added in v0.3.1
type Rangeable constraints.Ordered
Click to show internal directories.
Click to hide internal directories.