Know Go: Iterators in Go
bitfieldconsulting.com
Know Go: Iterators in Go
1–3 of 3 posts
Re: Know Go: Iterators in Go
#2Instead of turning on the experiment just try out the release candidate of 1.23, where it is enabled by default and which already contains the additions to the standard library.
Re: Know Go: Iterators in Go
#3TIL Go didn't have iterators until recently.