@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
See Implementation
@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