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)); }