menu
Box
import { Box } from "destack:memory";
A uniquely owned heap allocation for an owned T.
1export newtype Box<T> = Unique<^T>import { Box } from "destack:memory";
A uniquely owned heap allocation for an owned T.
1export newtype Box<T> = Unique<^T>