Function noneValue [src]

Prototype

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

Parameters

self: *Builderty: Type

Source

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