package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Jun 13, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CmpKey[T comparable] interface {
CmpKey() T
}
type Equal func(a, b interface{}) bool
type Init interface {
Init()
}
type Less func(a, b interface{}) bool
comparable 只能比较是否相等,不能比较大小
Source Files
¶
Click to show internal directories.
Click to hide internal directories.