cmp_str_between

Function cmp_str_between 

Source
pub fn cmp_str_between<'a, T: Integer>(
    lhs: StringAVT<'a, T>,
    rhs: StringAVT<'a, T>,
) -> Result<BooleanArray<()>, KernelError>
Expand description

Test if LHS string values fall lexicographically between RHS min/max bounds.