| author | |
| committer | |
| log | 8da91adc27dd29f61ab65436c82475ae2ae6cc1c |
| tree | eff8f6e4771eaab1f49b90215c8622c66eddfd8b |
| parent | 869fad76e4949c49bbfb6852549a1882da3a078f |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
File.zig+1| ... | ... | @@ -47,6 +47,7 @@ pub const readExpected = R.readExpected; |
| 47 | 47 | pub const readType = R.readType; |
| 48 | 48 | pub const skipBytes = R.skipBytes; |
| 49 | 49 | pub const skipUntilDelimiterOrEof = R.skipUntilDelimiterOrEof; |
| 50 | pub const pipeTo = R.pipeTo; | |
| 50 | 51 | |
| 51 | 52 | pub const ReadError = sys.errno.Error; |
| 52 | 53 | pub fn read(self: File, buffer: []u8) ReadError!usize { |