# Queue --- ```text Queue[TYPE] ``` # Operators ## ``length` ## ``get_head` ## ``push_head` ## ``pop_head` ## ``get_tail` ## ``push_tail` ## ``pop_tail` ## Concatenate `,` # Iterating # Mutating