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

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.

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.