Macro scrollable

Source
macro_rules! scrollable {
    ($x:ty, $($y:item),*) => { ... };
}