Skip to main content

is_full_collection_range

Function is_full_collection_range 

Source
pub fn is_full_collection_range(
    cx: &LateContext<'_>,
    container: Option<HirId>,
    expr: &Expr<'_>,
) -> bool
Expand description

Checks whether the given Expr is a range over the entire container.