Function toValue [src]

Prototype

pub fn toValue(self: WipPhi) Value

Parameters

self: WipPhi

Source

pub fn toValue(self: WipPhi) Value { return self.instruction.toValue(); }