subtract method

void subtract(
  1. DRange range
)

Implementation

void subtract(DRange range) => range._ranges.forEach(_subtract);