Function undefValue [src]

Prototype

pub fn undefValue(self: *Builder, ty: Type) Allocator.Error!Value

Parameters

self: *Builderty: Type

Source

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