https://github.com/wherrera10/backedupimmutable.jl
A Julia Dict object that has fixed keys, and alterable but restorable values.
https://github.com/wherrera10/backedupimmutable.jl
julia-dict restorable-values
Last synced: 6 months ago
JSON representation
A Julia Dict object that has fixed keys, and alterable but restorable values.
- Host: GitHub
- URL: https://github.com/wherrera10/backedupimmutable.jl
- Owner: wherrera10
- License: bsd-2-clause
- Created: 2019-06-24T20:37:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T22:49:30.000Z (over 4 years ago)
- Last Synced: 2025-01-30T05:12:11.962Z (8 months ago)
- Topics: julia-dict, restorable-values
- Language: Julia
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BackedUpImmutable.jl
Contents:
StaticDict
=============
* A Julia Dict that is the ImmutableDict found in Base, but with additional constructors.BackedUpImmutableDict
==========================
* A Julia Dict object that has fixed keys, and alterable but restorable values.