Module String.Comparison

type t = Ocaml_simd.String.Comparison.t =
  1. | Eq_any
    (*

    if yi = xj for some valid j

    *)
  2. | Eq_each
    (*

    if xi = yi

    *)
  3. | Eq_ordered
    (*

    if x = yi:i+len(x)

    *)
  4. | In_range
    (*

    if yi >= x2*j and yi <= x2*j+1 for some valid j

    *)