pub fn nanValue(self: *Builder, ty: Type) Allocator.Error!Value
pub fn nanValue(self: *Builder, ty: Type) Allocator.Error!Value { return (try self.nanConst(ty)).toValue(); }