dmd.canthrow

Perform checks for nothrow.

Specification: Nothrow Functions

Members

Enums

CT
enum CT

Status indicating what kind of throwable might be caused by an expression.

Functions

canThrow
CT canThrow(Expression e, FuncDeclaration func, ErrorSink eSink)

If eSink is not null, generate an error if e throws

Meta