Closed GoogleCodeExporter closed 9 years ago
Enums don't, in practice, have constraints. They have an enumeration of named
values, but they'll accept unknown values since they're really just an int32
under the hood.
Original comment by dsymo...@golang.org
on 5 Nov 2014 at 10:49
Original comment by dsymo...@golang.org
on 24 Nov 2014 at 12:14
Original issue reported on code.google.com by
chr...@tune.com
on 5 Nov 2014 at 6:43