fixedWriter
Initializes a Writer which will append to the list but will return
error.OutOfMemory rather than increasing capacity.
Function parameters
Parameters
- self:*Self
Deprecated.
Functions
- Managed
- Deprecated.
- AlignedManaged
- Deprecated.
- Aligned
- A contiguous, growable list of arbitrarily aligned items in memory.
Source
Implementation
pub fn fixedWriter(self: *Self) FixedWriter {
return .{ .context = self };
}