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

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