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.
pub fn cmp_str_between<'a, T: Integer>(
lhs: StringAVT<'a, T>,
rhs: StringAVT<'a, T>,
) -> Result<BooleanArray<()>, KernelError>Test if LHS string values fall lexicographically between RHS min/max bounds.