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().

Parameters

self: *@This(),
input: []const u8,