https://github.com/xsymphony/libs
https://github.com/xsymphony/libs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xsymphony/libs
- Owner: xsymphony
- Created: 2021-07-22T08:16:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T09:41:31.000Z (about 3 years ago)
- Last Synced: 2025-01-25T08:26:34.610Z (over 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| package | note | usage |
|:--- | :--- | :--- |
|collection.Set | `集合`(类型安全) | ... |
|compare.Max | `最大值`(类型安全) | ... |
|compare.Min | `最小值`(类型安全) | ... |
|slices.Assert | `全都`、`任意`(类型安全) | ... |
|slices.Contains | `包含`(类型安全) | ... |
|slices.Functools | `map`、`filter`、`reduce`(类型安全) | ... |
|ternay.If | `三目运算符`(类型安全) | ... |