Macro arraylist::arraylist[][src]

macro_rules! arraylist {
    () => { ... };
    ($($x:expr), *) => { ... };
}