screenruster_saver::array! []

macro_rules! array {
    [  ] => { ... };
    [ $ ( $ item : expr ) , *
] => { ... };
}