https://github.com/golang-infrastructure/go-collection
Go中Collection的接口定义
https://github.com/golang-infrastructure/go-collection
collection interface
Last synced: 3 months ago
JSON representation
Go中Collection的接口定义
- Host: GitHub
- URL: https://github.com/golang-infrastructure/go-collection
- Owner: golang-infrastructure
- License: mit
- Created: 2023-05-06T12:32:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T17:42:38.000Z (about 2 years ago)
- Last Synced: 2025-01-18T16:11:05.001Z (5 months ago)
- Topics: collection, interface
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 集合(Collection)数据结构的接口定义
此仓库只做Collection的接口定义,不做具体实现。