pub(crate) fn strip_iter_elements<'tcx>(
arg: &mut PropertyArg<'tcx>,
) -> Option<ContractPlace<'tcx>>Expand description
Strip IterElements from a property arg and return the container place
(without the projection) if IterElements was present.