Function readByteSigned [src]

Prototype

pub inline fn readByteSigned(self: Self) NoEofError!i8

Parameters

self: Self

Possible Errors

EndOfStream

Source

pub inline fn readByteSigned(self: Self) NoEofError!i8 { return @errorCast(self.any().readByteSigned()); }