pub fn strip_complement(schema: &mut Schema)Expand description
Strip byte-position constraints from a schema.
Removes start-byte, end-byte, and interstitial-* constraints:
these are the “complement” portion that emit_pretty does not
reconstruct, so they are projected out before comparing.