Skip to main content

boolean_handle_native

Function boolean_handle_native 

Source
pub fn boolean_handle_native(
    a: u32,
    b: u32,
    operation: BooleanOperation,
    options: &BooleanOptions,
) -> Result<u32, String>
Expand description

Native sibling of boolean_handle (String errors — constructing a JsValue error panics off-wasm): boolean of two RESIDENT solids → a NEW resident handle, operands untouched. The assembly interference check’s non-destructive INTERSECT lane; callers free the result handle when done.