3456fbfc81
like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. Also provided is a /locker/ type, representing a store for a single element. ok matthew, sthen.
7 lines
339 B
Plaintext
7 lines
339 B
Plaintext
A vault is a persistent store for values of arbitrary types. It's
|
|
like having first-class access to the storage space behind IORefs.
|
|
The data structure is analogous to a bank vault, where you can
|
|
access different bank boxes with different keys; hence the name.
|
|
Also provided is a /locker/ type, representing a store for a single
|
|
element.
|