debug_assert!
This PR introduces the `assert!` variant `debug_assert!` that is activated when compiled with `buildType` `debug`. --------- Co-authored-by: Mac Malone <tydeu@hatpress.net>