pub type LocateInEnvelopeIntersectingMut<'a, T> = SelectionIteratorMut<'a, T, SelectInEnvelopeFuncIntersecting<T>>;
Expand description