Interval.differenceNotProperlyContained

@uml Return the interval with elements from this not in other; other must not be totally enclosed (properly contained) within this, which would result in two disjoint intervals instead of the single one returned by this method. @safe

class Interval
@safe
differenceNotProperlyContained

Meta