structstd.array_list.ArrayListAlignedUnmanaged.WriterContext[src]

Fields

self: *Self
allocator: Allocator

Source Code

Source code
pub const WriterContext = struct {
    self: *Self,
    allocator: Allocator,
}