pub fn concat_list<E: AsRef<[IE]>, IE: Into<Expr> + Clone>( s: E, ) -> PolarsResult<Expr>
Concat lists entries.