//
pkg.gl
Category
github.com/donnol/tools
comparable
package
0.44.0
Repository:
https://github.com/donnol/tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
7 SLOC
#
Functions
TisComparable
define a helper function with a type parameter P constrained by T and use that type parameter with isComparable -- 定义一个带有被T约束的类型参数P的辅助函数以在编译时确保类型T是可比较的.
#
Structs
T
we want to ensure that T is strictly comparable.