Interval.adjacent

@uml Are two intervals adjacent such as 0..41 and 42..42? @pure @safe

class Interval
@safe pure
bool
adjacent

Meta