pub fn doubleConst(self: *Builder, val: f64) Allocator.Error!Constant
pub fn doubleConst(self: *Builder, val: f64) Allocator.Error!Constant { try self.ensureUnusedConstantCapacity(1, Constant.Double, 0); return self.doubleConstAssumeCapacity(val); }