Function remove_dotdot

Source
pub fn remove_dotdot(
    buf: &[u16],
    prefix_len: usize,
    prefix_slice: &[u16],
) -> (Vec<u16>, bool)