pub fn sub(minuend: &PlacesRow, subtrahend: &PlacesRow) -> Option<PlacesRow>
Computes minuend and subtrahend difference.
minuend
subtrahend
Returns difference PlacesRow if minuend ≥ subtrahend, None otherwise.
PlacesRow
None