Categorygithub.com/erkkah/immutable
repositorypackage
0.1.0
Repository: https://github.com/erkkah/immutable.git
Documentation: pkg.go.dev

# 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