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

https://github.com/erkkah/immutable

Immutable datastructures for golang
https://github.com/erkkah/immutable

Last synced: 29 days ago
JSON representation

Immutable datastructures for golang

Awesome Lists containing this project

README

        

# Immutable containers for Golang

This package provides immutable Map and Vector implementations for Golang.
The containers are immutable in the sense that all modifying operations
return an updated version of the container and keeps the original container
untouched.

[API docs](https://pkg.go.dev/github.com/erkkah/immutable)