Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmpKey ¶
type CmpKey[T comparable] interface { CmpKey() T }
type CompareFunc ¶
type Number ¶
type Number interface { constraints.Integer | constraints.Float }
type OrderKey ¶
type OrderKey[T constraints.Ordered] interface { OrderKey() T }
comparable 只能比较是否相等,不能比较大小
type StoreWithExpire ¶
Click to show internal directories.
Click to hide internal directories.