fn feedInput(self: *@This(), input: []const u8) void
[src]
Call this whenever you get error.BufferUnderrun
from next()
. When there is no more input to provide, call endInput()
.
fn feedInput(self: *@This(), input: []const u8) void
Call this whenever you get error.BufferUnderrun
from next()
. When there is no more input to provide, call endInput()
.