DoxigAlpha

writer

Initializes a Writer which will append to the list.

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 writer(self: *Self) Writer {
    return .{ .context = self };
}