Skip to main content

list_uncons

Function list_uncons 

Source
pub fn list_uncons<T>(list: &AverList<T>) -> Option<(&T, AverList<T>)>