DoxigAlpha

reader

Function parameters

Parameters

#
self:*@This()

A Reader that counts how many bytes has been read from it.

Functions

#
CountingReader
A Reader that counts how many bytes has been read from it.

Source

Implementation

#
pub fn reader(self: *@This()) Reader {
    return .{ .context = self };
}