dashmap
dashmap copied to clipboard
[FR] Function similar to `std::cell::Ref::map_split`?
I found myself needing to get from Ref<(A, B)> to a (Ref<A>, Ref<B>), with things like RefCell there is map_split.
Is similar things possible with dashmap?