zua ~master (2020-02-09T15:49:24Z)
Dub
Repo
QuickfixRange.this
zua
diagnostic
QuickfixRange
Create a new quickfix range
this
(size_t from, size_t to, string replaceWith)
struct
QuickfixRange
this
(
size_t
from
,
size_t
to
,
string
replaceWith
)
this
(Token token, string replaceWith)
this
(Token from, Token to, string replaceWith)
size_t
from
;
size_t
to
;
Meta
Source
See Implementation
zua
diagnostic
QuickfixRange
constructors
this
functions
opCmp
opEquals
toHash
variables
from
replaceWith
to
Create a new quickfix range