menu
artisanal package
documentation
uv.dart
DirtySpan
overlapsOrTouches method
overlapsOrTouches method
dark_mode
light_mode
overlapsOrTouches
method
bool
overlapsOrTouches
(
DirtySpan
other
)
Implementation
bool overlapsOrTouches(DirtySpan other) => start <= other.end && end >= other.start;
artisanal package
documentation
uv
DirtySpan
overlapsOrTouches method
DirtySpan class