CHECKENABLE

In which context checks for assertions, contracts, bounds checks etc. are enabled

Values

ValueMeaning
_default

initial value

off

never do checking

on

always do checking

safeonly

do checking only in @safe functions

Meta