dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
LocationImpl.opBinary
dparsergen
core
location
LocationImpl
Substract absolute locations.
LocationDiff
opBinary
(LocationImpl rhs)
struct
LocationImpl
(LocationTypeFlags flags, T = int)
const
LocationDiff
opBinary
(
string
op
)
(
const
LocationImpl
rhs
)
if
(
op
== "-" &&
!
(
flags
&
LocationTypeFlags.diff
)
)
LocationImpl
opBinary
(LocationDiff rhs)
LocationImpl
opBinary
(LocationDiff rhs)
Meta
Source
See Implementation
dparsergen
core
location
LocationImpl
aliases
LocationAbs
LocationDiff
constructors
this
functions
advance
isValid
opBinary
opCmp
toPrettyString
toString
manifest constants
invalid
max
zero
static functions
fromStr
variables
bytePos
line
offset
Substract absolute locations.