pub fn halfValue(self: *Builder, value: f16) Allocator.Error!Value
pub fn halfValue(self: *Builder, value: f16) Allocator.Error!Value { return (try self.halfConst(value)).toValue(); }