//
pkg.gl
Category
github.com/zhao520a1a/go-base
advance
generics
package
0.0.0-20240828064102-30d079993a5d
Repository:
https://github.com/zhao520a1a/go-base.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
96 SLOC
#
Packages
actor
No description provided by the author
#
Functions
NewCache
No description provided by the author
Sum
定义一个泛型函数.
#
Structs
Cache
Cache 是一个泛型缓存结构,可以存储任意类型的键值对.
Pair
定义一个泛型类型.
Stack
定义泛型栈.
#
Interfaces
Addable
定义一个接口泛型约束.