gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
Location.toString
gfx
decl
sdlang
util
Location
Convert to string. Optionally takes output range as a sink.
string
toString
()
void
toString
(Sink sink)
struct
Location
void
toString
(
Sink
)
(
ref
Sink
sink
)
if
(
isOutputRange
!(
Sink
,
char
)
)
Meta
Source
See Implementation
gfx
decl
sdlang
util
Location
constructors
this
functions
toString
variables
col
file
index
line
Convert to string. Optionally takes output range as a sink.