Open nikomatsakis opened 4 months ago
It'd be useful to support a get_mut(&mut self) -> &mut style operation, for cases where you have "parallel periods" (using &-self) alternating with sequential periods (using &mut).
get_mut(&mut self) -> &mut
&
&mut
It'd be useful to support a
get_mut(&mut self) -> &mut
style operation, for cases where you have "parallel periods" (using&
-self) alternating with sequential periods (using&mut
).