pub fn concat_lst<E, IE>(s: E) -> Expr where
    E: AsRef<[IE]>,
    IE: Into<Expr> + Clone
Expand description

Concat lists entries.