Module boxed

Source
Expand description

Support for values contained within allocated memory.

Structsยง

Box
A pointer type that uniquely owns an allocation of type T.