fixedWriter
Deprecated in favor of print or std.io.Writer.Allocating.
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 };
}