The OpenD Programming Language

Throwable.line

The line number of the D source code corresponding with where the error was thrown from.

class Throwable
size_t line;

Meta