pub fn while_changing_hash<T, F, H>(value: T, func: F, hasher: H) -> TExpand description
Applies a transformation until a fix point, using a hash function for comparison.
More efficient than while_changing when equality comparison is expensive.
pub fn while_changing_hash<T, F, H>(value: T, func: F, hasher: H) -> TApplies a transformation until a fix point, using a hash function for comparison.
More efficient than while_changing when equality comparison is expensive.