Function nanValue [src]
Prototype
pub fn nanValue(self: *Builder, ty: Type) Allocator.Error!Value Parameters
self: *Builderty: Type Source
pub fn nanValue(self: *Builder, ty: Type) Allocator.Error!Value {
return (try self.nanConst(ty)).toValue();
}