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