readByteSigned
Function parameters
Parameters
- fbr:*FixedBufferReader
Functions in this namespace
Functions
Error sets in this namespace
Error Sets
Source
Implementation
pub fn readByteSigned(fbr: *FixedBufferReader) Error!i8 {
return @bitCast(try fbr.readByte());
}