package
0.44.0
Repository: https://github.com/donnol/tools.git
Documentation: pkg.go.dev

# Functions

define a helper function with a type parameter P constrained by T and use that type parameter with isComparable -- 定义一个带有被T约束的类型参数P的辅助函数以在编译时确保类型T是可比较的.

# Structs

we want to ensure that T is strictly comparable.