Function poisonValue [src]

Prototype

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

Parameters

self: *Builderty: Type

Source

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