Skip to main content

sub

Function sub 

Source
pub fn sub(minuend: &PlacesRow, subtrahend: &PlacesRow) -> Option<PlacesRow>
Expand description

Computes minuend and subtrahend difference.

Returns difference PlacesRow if minuendsubtrahend, None otherwise.