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?