Subtracts the specified range from this range, returning the remaining
range(s) via the out parameters. Two separate ranges can result from a
subtraction if the range being subtracted bisects the range being
subtracted from, like:
subtract ------
from --------------
remainder ---- ----
Subtracts the specified range from this range, returning the remaining range(s) via the out parameters. Two separate ranges can result from a subtraction if the range being subtracted bisects the range being subtracted from, like:
subtract ------ from -------------- remainder ---- ----