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