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

Concat lists entries.