Generic data structures and functions of Golang. Golang 的泛型数据结构/方法。
Need v1.18+
| PKG | DESCRIPTION |
|---|---|
| gs | Generic functions for Slice of Golang. Golang 切片的常用泛型方法。 |
| hashmap | Generic hashmap of Golang. Golang 泛型 hashmap 实现。 |
| hashset | Generic hashset of Golang. Golang 泛型 hashset 实现。 |
| sortedmap | Generic sortedmap of Golang. Golang 泛型 sortedmap 实现。 |
MIT