Function sqruff_lib::helpers::skip_last

source ยท
pub fn skip_last<T>(iter: impl Iterator<Item = T>) -> impl Iterator<Item = T>