pub fn intType(self: *Builder, bits: u24) Allocator.Error!Type
pub fn intType(self: *Builder, bits: u24) Allocator.Error!Type { try self.ensureUnusedTypeCapacity(1, NoExtra, 0); return self.intTypeAssumeCapacity(bits); }