top | item 41249782

Go 1.23 Is Released

3 points| bartekrutkowski | 1 year ago |go.dev

1 comment

order

sixthDot|1 year ago

> Range expressions in a “for-range” loop may now be iterator functions, such as func(func(K) bool).

I guess the return means "should I `break`".