Skip to main content

bytecode_binop_mixed

Function bytecode_binop_mixed 

Source
fn bytecode_binop_mixed(
    opcode: u8,
    a: U256,
    b: U256,
    a_const: bool,
    b_const: bool,
) -> Vec<u8> 
Available on crate features __fuzzing only.