Linnum

Line number support.

nothrow @safe
struct Linnum {
const(char)* filename;
int cseg;
int seg;
OutBuffer data;
}

Meta