dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
LocationImpl.opBinary
dparsergen
core
location
LocationImpl
Add difference to absolute location.
LocationDiff
opBinary
(LocationImpl rhs)
LocationImpl
opBinary
(LocationDiff rhs)
LocationImpl
opBinary
(LocationDiff rhs)
struct
LocationImpl
(LocationTypeFlags flags, T = int)
const
LocationImpl
opBinary
(
string
op
)
(
const
LocationDiff
rhs
)
if
(
op
== "+"
)
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
Add difference to absolute location.