Box is a type that points to a wrapped value.
It allows for cheap moving around of the value, as its size is small, and may wrap a large size.
Box is a type that points to a wrapped value.
It allows for cheap moving around of the value, as its size is small, and may wrap a large size.
pub extern type Box;
Was this page helpful?