Expand description

Tools for managing storage of data types in canister.

Each data type T will have one storage for it.

Functions

Deletes the storage.

Returns a share reference of the storage.

Returns a mutable reference of the storage.

Restores a value from the stable memory to the storage.

Saves the storage into the stable memory.