Function len

Source
fn len(head: u32, tail: u32) -> usize
Expand description

Calculate the length of the queue using the head and tail. The head can be the steal or real head.