Function intType [src]
Prototype
pub fn intType(self: *Builder, bits: u24) Allocator.Error!Type Parameters
self: *Builderbits: u24 Source
pub fn intType(self: *Builder, bits: u24) Allocator.Error!Type {
try self.ensureUnusedTypeCapacity(1, NoExtra, 0);
return self.intTypeAssumeCapacity(bits);
}