Macro bip_bencode::ben_list [] [src]

macro_rules! ben_list {
    ( $($ben:expr),* ) => { ... };
}

Construct a Bencode list by supplying a list of Bencode values.