Files
zig/lib/std/io/Reader.zig
Andrew Kelley d943ce5dc7 std.io.Reader: add discard function
Reads the stream until the end, ignoring all the data.
Returns the number of bytes discarded.
2024-02-23 02:37:11 -07:00

14 KiB