Macro std::prelude::assert

Re-export from std::assert

macro assert($cond) { ... }

Panics if cond evaluates to false.

Examples