package
0.2.6
Repository: https://github.com/chendemo12/functools.git
Documentation: pkg.go.dev

# Functions

MakeVarIntArray 新建一个可变长数组.
Reversed 反转数组.

# Structs

No description provided by the author
PyVarInt Python-construct VarInt类型的Golang实现.
VarIntArray 可变长数组.

# Interfaces

ComparableHash is a type constraint that matches all comparable types with a Hash method.
ImpossibleConstraint is a type constraint that no type can satisfy, because slice types are not comparable.
No description provided by the author
No description provided by the author
Ordered 是匹配任何有序类型的类型约束.
SignedInteger 有符号数字约束.
UnsignedInteger 无符号数字约束.
No description provided by the author