Comment on Go 1.23 Is ReleasedComments−sixthDot2yRange 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`".
Comments
I guess the return means "should I `break`".