Function init [src]

Prototype

pub fn init(memlimit: usize) AccumBuffer

Parameters

memlimit: usize

Source

pub fn init(memlimit: usize) AccumBuffer { return .{ .buf = .{}, .memlimit = memlimit, .len = 0, }; }