fn peekStream(comptime lookahead: comptime_int, underlying_stream: anytype) PeekStream(.{ .Static = lookahead }, @TypeOf(underlying_stream))

Parameters

lookahead: comptime_int,
underlying_stream: anytype,