deinit
Function parameters
Parameters
- self:*@This()
Functions in this namespace
Functions
- pushWithStateAssumeCapacity
- Standalone function for working with a fixed-size buffer.
- peekWithState
- Standalone function for working with a fixed-size buffer.
- popWithState
- Standalone function for working with a fixed-size buffer.
Source
Implementation
pub fn deinit(self: *@This()) void {
self.bytes.deinit();
self.* = undefined;
}