Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 176 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 176 Bytes

Manual Implementation of Iterator trait

Case study

Given you want the Iterator to loop through a given String literal &str and remove delimiter or char as argument.