Function toValue [src]
Prototype
pub fn toValue(self: Instruction.Index) Value
Parameters
self: Instruction.Index
Source
pub fn toValue(self: Instruction.Index) Value {
return @enumFromInt(@intFromEnum(self));
}
pub fn toValue(self: Instruction.Index) Value
self: Instruction.Index
pub fn toValue(self: Instruction.Index) Value {
return @enumFromInt(@intFromEnum(self));
}