Module boxed

Module boxed 

Source
Expand description

This module contains the Box smart pointer, capable of managing memory in a IndexAllocator.

Structsยง

Box
A smart pointer holding its value in an IndexAllocator and managing its memory.