pub fn is_full_collection_range( cx: &LateContext<'_>, container: Option<HirId>, expr: &Expr<'_>, ) -> bool
Checks whether the given Expr is a range over the entire container.
Expr