Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndeloof/gollections
a kotlin.collections-like library for Golang 2 (using generics)
https://github.com/ndeloof/gollections
Last synced: about 1 month ago
JSON representation
a kotlin.collections-like library for Golang 2 (using generics)
- Host: GitHub
- URL: https://github.com/ndeloof/gollections
- Owner: ndeloof
- License: mit
- Created: 2020-09-17T13:19:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T13:20:55.000Z (almost 4 years ago)
- Last Synced: 2024-05-28T15:56:14.916Z (8 months ago)
- Language: Go
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](logo.jpg)
Gollections is a collections library to mimic
[Kotlin's collections](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/)Plan is to define a complete and well tested collection framework, so that we can update the fake `T` struct to use actual parameter types once Golang introduce support for generics
(planned for 1.18)