Perform checks for nothrow.
Specification: Nothrow Functions
Returns true if the expression may throw exceptions. If 'mustNotThrow' is true, generate an error if it throws
See Source File _canthrow.d Documentation: https://dlang.org/phobos/dmd_canthrow.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/canthrow.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Perform checks for nothrow.
Specification: Nothrow Functions