Function crossbeam_epoch::atomic::decompose_tag

source ยท
fn decompose_tag<T: ?Sized + Pointable>(data: usize) -> (usize, usize)
Expand description

Decomposes a tagged pointer data into the pointer and the tag.