Module fungi_lang::shared[][src]

a sharing serializes once, not once per reference (c.f. the Rc type).

Structs

Shared

A shared instance of T that serializes once, not once per reference.

Functions

clear

Reclaim the space used to serialize large structures. Returns the "copy count" of the table.

Type Definitions

Id