- make assert_bool and assert_type real debug assertions:
- they are executed if:
- level is in state "test", "experimental"
- application has been started with option "--assert"
- otherwise they are skipped on compilation and do cost no single cpu cycle
during runtime