Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)