LocationImpl.line

Number of lines

struct LocationImpl(LocationTypeFlags flags, T = int)
static if(flags & LocationTypeFlags.lines)
T line;

Meta