Macro assert_unitary

Source
macro_rules! assert_unitary {
    ($matrix:expr) => { ... };
}