pub fn mutate_in_place<T: HashConsable, R, F: FnOnce(&mut T) -> R>(
x: &mut HashConsed<T>,
f: F,
) -> Result<R, F>Expand description
Mutate the contents in-place if possible.
pub fn mutate_in_place<T: HashConsable, R, F: FnOnce(&mut T) -> R>(
x: &mut HashConsed<T>,
f: F,
) -> Result<R, F>Mutate the contents in-place if possible.