authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-08 14:49:06 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-06-08 14:49:06 -07:00
log8da91adc27dd29f61ab65436c82475ae2ae6cc1c
treeeff8f6e4771eaab1f49b90215c8622c66eddfd8b
parent869fad76e4949c49bbfb6852549a1882da3a078f
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

File: Readable added pipeTo


1 files changed, 1 insertions(+), 0 deletions(-)

File.zig+1
......@@ -47,6 +47,7 @@ pub const readExpected = R.readExpected;
4747pub const readType = R.readType;
4848pub const skipBytes = R.skipBytes;
4949pub const skipUntilDelimiterOrEof = R.skipUntilDelimiterOrEof;
50pub const pipeTo = R.pipeTo;
5051
5152pub const ReadError = sys.errno.Error;
5253pub fn read(self: File, buffer: []u8) ReadError!usize {