Macro assert_empty

Source
macro_rules! assert_empty {
    ($collection:expr) => { ... };
}