CMP_Range_Position

Function CMP_Range_Position 

Source
fn CMP_Range_Position(A: &RPCRangeDTO, B: &RPCRangeDTO) -> Ordering
Expand description

Compares two RPC ranges to determine their order in the document. Returns negative if a comes before b, zero if equal, positive if a comes after b.