Macro assert_length

Source
macro_rules! assert_length {
    ($collection:expr, $length:expr) => { ... };
}