Skip to main content

first_n_elements

Macro first_n_elements 

Source
macro_rules! first_n_elements {
    ($arr:expr, $n:expr) => { ... };
}