Find out in what ways control flow can exit a statement block.
BE stands for BlockExit.
Determine mask of ways that a statement can exit.
Checks whether throw <exp> throws an Exception or an Error and raises an error if this violates nothrow.
See Source File _blockexit.d Documentation: https://dlang.org/phobos/dmd_blockexit.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/blockexit.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Find out in what ways control flow can exit a statement block.