Function ore::vec::repurpose_allocation [−][src]
Expand description
Create a new vector that re-uses the same allocation as an old one. The element types must have the same size and alignment.
Create a new vector that re-uses the same allocation as an old one. The element types must have the same size and alignment.