Macro pretty_print

Source
macro_rules! pretty_print {
    ($arr:expr) => { ... };
}