Skip to main content

cmp_str_str_to

Function cmp_str_str_to 

Source
pub fn cmp_str_str_to<'a, T: Integer>(
    lhs: StringAVT<'a, T>,
    rhs: StringAVT<'a, T>,
    op: ComparisonOperator,
    output: &mut Bitmask,
) -> Result<(), KernelError>
Expand description

Zero-allocation variant: writes directly to caller’s output buffer.

Compare UTF-8 string or dictionary arrays using the specified comparison operator. The output Bitmask must have capacity >= llen.