pub fn unimp<F: PrimeField32>() -> Instruction<F>Expand description
Create a new Instruction that exits with code 2. This is equivalent to program panic but
with a special exit code for debugging.
pub fn unimp<F: PrimeField32>() -> Instruction<F>Create a new Instruction that exits with code 2. This is equivalent to program panic but
with a special exit code for debugging.