[swift-evolution] [Pitch] Non-class type requirements on protocols (eg : struct, : enum)

Tino Heth 2th at gmx.de
Sun Oct 23 06:06:49 CDT 2016


As this discussion pops up again:
Am I the only one who dislikes the missing capitalization?
I don't see any value in recycling a keyword (and breaking with convention).

Imho it should be
protocol StructOnlyProtocol: Struct {
and
protocol ClassOnlyProtocol: Class {

- Tino


More information about the swift-evolution mailing list