Function countingReader [src]
Alias for std.io.counting_reader.countingReader
Prototype
pub fn countingReader(reader: anytype) CountingReader(@TypeOf(reader))
Source
pub fn countingReader(reader: anytype) CountingReader(@TypeOf(reader)) {
return .{ .child_reader = reader };
}