Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 598 Bytes

CharRange.md

File metadata and controls

26 lines (22 loc) · 598 Bytes

Class CharRange

Inherit

  • object

Methods

__init__(self) -> None
__init__(self, int, int) -> None
__eq__(self, DGLib.CharRange) -> bool
__ne__(self, DGLib.CharRange) -> bool

Set(self, int, int) -> None
SetWithLength(self, int, int) -> None
GetMin(self) -> int
GetMax(self) -> int
GetLength(self) -> int
IsOverlapping(self, DGLib.CharRange) -> bool
IsInside(self, int) -> bool
IsEmpty(self) -> bool
Union(self, DGLib.CharRange) -> DGLib.CharRange
Intersection(self, DGLib.CharRange) -> DGLib.CharRange
Unify(self, DGLib.CharRange) -> None
Intersect(self, DGLib.CharRange) -> None