Gophers v1.1.0 #15
Pinned
charbz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v1.1.0
Features
Iterator methods
All Collections now offer a group of methods that return an iterator to the result as opposed to a new collection.
These methods can be used with the
for ... range
keywords to iterate over each resulting element.Example Usage:
New methods
Bug Fixes
Thank you for using Gophers. If you find any issues please report them in one of the following places:
This discussion was created from the release Gophers v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions