Function toValue [src]
Prototype
pub fn toValue(self: WipPhi) Value
Parameters
self: WipPhi
Source
pub fn toValue(self: WipPhi) Value {
return self.instruction.toValue();
}
pub fn toValue(self: WipPhi) Value
self: WipPhi
pub fn toValue(self: WipPhi) Value {
return self.instruction.toValue();
}