pub extern "C" fn jit_pattern_extract_constructor(
obj_bits: u64,
mode: u64,
) -> u64Expand description
Extract value from Ok/Err constructor pattern mode: 0 = Ok (try “Ok” then “value”), 1 = Err (try “Err” then “error”) Returns the extracted value or TAG_NULL if not found