antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
Interval.adjacent
antlr
v4
runtime
misc
Interval
Interval
@uml Are two intervals adjacent such as 0..41 and 42..42? @pure @safe
class
Interval
@
safe
pure
bool
adjacent
(
Interval
other
)
Meta
Source
See Implementation
antlr
v4
runtime
misc
Interval
Interval
constructors
this
functions
adjacent
differenceNotProperlyContained
disjoint
equals
hashCode
intersection
length
properlyContains
startsAfter
startsAfterDisjoint
startsAfterNonDisjoint
startsBeforeDisjoint
startsBeforeNonDisjoint
toString
unionInterval
static functions
of
static variables
INTERVAL_POOL_MAX_VALUE
INVALID
creates
hits
misses
outOfRange
variables
a
b
@uml Are two intervals adjacent such as 0..41 and 42..42? @pure @safe