Assertions

This section of the manual describes the Assertions module.

ReachabilityBase.AssertionsModule
Assertions

This module provides a quick way to deactivate and reactivate Julia's @assert checks. This can be useful for performance-critical runs.

Notes

The implementation is based on the idea from here.

source