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
- Host: GitHub
- URL: https://github.com/erkkah/immutable
- Owner: erkkah
- License: isc
- Created: 2020-03-15T16:11:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T19:48:00.000Z (about 4 years ago)
- Last Synced: 2025-02-09T18:17:54.083Z (3 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)