Lexer.locToSrcline

Given source text, convert loc to a string for the corresponding line.

class Lexer
static
d_string
locToSrcline
(
immutable(char)* src
,
Loc loc
)

Meta