Skip to main content

jit_make_range

Function jit_make_range 

Source
pub extern "C" fn jit_make_range(
    start_bits: u64,
    end_bits: u64,
) -> u64
Expand description

Create a Range object from start and end values This creates a proper Range object (not an array), used by MakeRange opcode