Skip to main content

take

Macro take 

Source
macro_rules! take {
    ($first:expr $(, $rest:expr)* $(,)?) => { ... };
}