Module std::revert

Expand description

Functions to panic or revert with a given error code.

Functions

Checks if the given condition is true and if not, logs value and reverts.

Will either panic or revert with a given number depending on the context.