An open API service indexing awesome lists of open source software.

https://github.com/xsymphony/libs


https://github.com/xsymphony/libs

Last synced: over 1 year ago
JSON representation

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 | `三目运算符`(类型安全) | ... |