mir-yaml ~master (2021-07-27T14:20:03Z)
Home
Dub
Repo
Mark.this
dyaml
exception
Mark
Construct a Mark with specified line and column in the file.
struct
Mark
@
safe
pure nothrow @
nogc
this
(
string
name
,
const
uint
line
,
const
uint
column
)
Meta
Source
See Implementation
dyaml
exception
Mark
constructors
this
functions
toString
properties
column
line
name
variables
column_
line_
name_
Construct a Mark with specified line and column in the file.