dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
LocationImpl.this
dparsergen
core
location
LocationImpl
Create location.
struct
LocationImpl
(LocationTypeFlags flags, T = int)
this
(
AliasSeqIf
!(
(
flags
&
LocationTypeFlags.bytes
)
!= 0,
T
)
bytePos
,
AliasSeqIf
!(
(
flags
&
LocationTypeFlags.lines
)
!= 0,
T
)
line
,
AliasSeqIf
!(
(
flags
&
LocationTypeFlags.lineOffset
)
!= 0,
T
)
offset
)
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
Create location.