dashmap icon indicating copy to clipboard operation
dashmap copied to clipboard

[FR] Function similar to `std::cell::Ref::map_split`?

Open yshui opened this issue 9 months ago • 0 comments

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?

yshui avatar Mar 24 '25 05:03 yshui