LineColumn

Undocumented in source.
@safe @safe pure nothrow @nogc
struct LineColumn {}

Members

Variables

column
uint column;

< 32-bit should suffice for now.

line
uint line;

< 32-bit should suffice for now.

Meta