Interval.length

@uml return number of elements between a and b inclusively. x..x is length 1. if b < a, then length is 0. 9..10 has length 2. @pure @safe

class Interval
@safe pure
int
length
()

Meta