Macro assert_not_empty

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