You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retain seems to also be clocked by FnMut closure non-copy nature. Taking it by value is impossible as buckets also do take it by value, hence it is moved out at the first iteration over buckets.
Postponing this feature until I figure out how to implement retain either without moving closure or with making a copy of it.
Implementation of
retain
is blocked by #10 because of type differenceThe text was updated successfully, but these errors were encountered: