fn skipWhitespaceExpectByte(self: *@This()) !u8
fn skipWhitespaceExpectByte(self: *@This()) !u8 { self.skipWhitespace(); return self.expectByte(); }