Skip to main content

delete_first

Function delete_first 

Source
pub fn delete_first<T: Display>(
    head: Option<Box<ListNode<T>>>,
) -> Option<Box<ListNode<T>>>