clearRetainingCapacity
Invalidates all element pointers.
Function parameters
Parameters
- self:*Self
A MultiArrayList stores a list of a struct or tagged union type.
Functions
- MultiArrayList
- A MultiArrayList stores a list of a struct or tagged union type.
Source
Implementation
pub fn clearRetainingCapacity(self: *Self) void {
self.len = 0;
}