Skip The First N Number Of Items In A Rust Iterator Loop
April 2023
Use .skip() on an iterator to start at a place after the first item. For example:
Output:
charlie
delta
end of line
Use .skip() on an iterator to start at a place after the first item. For example:
charlie
delta