iter icon indicating copy to clipboard operation
iter copied to clipboard

iter is a generic iterator library for Go

Results 2 iter issues
Sort by recently updated
recently updated
newest added

Hey there! I stumbled across your project because I also thought of implementing iterators in Go using generics, and I also would have taken influence from Rust. I think you've...