Module fungi_lang::shared

source ·
Expand description

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

Structs

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

Functions

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

Type Definitions