Changes:

Add break statement to `for type switch`.

> **break** statement can be given as the last case in the `for type switch`
> to signal that at least one substituted type does not make sense for the
> func code. If break statement is reached it effects in compile error of
> "func/method 'identifier' can not be used with 'given' type(s)".  

https://github.com/ohir/gonerics

=== Current state of CGG (TL;DR)

    * no new keywords. Only ones known to Go1.
    * contract uses already known Go type definitions and casts.
    * only one new syntax construct for user, and three for generic code
        - x.pkg.Method() generic method call via package selector
        - (x type T) declarations — as in team's proposal
        - for type contract; tied to the package or func
        - for type switch that can further specialise code on matched type


-- 
Wojciech S. Czarnecki
 << ^oo^ >> OHIR-RIPE

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to