[swift-evolution] [Proposal Draft] Literal Syntax Protocols

Ben Rimmington me at benrimmington.com
Mon Jun 27 07:40:09 CDT 2016


<https://github.com/apple/swift-evolution/pull/381>

CORRECTIONS:

Find:    "ExtendedGraphemeClusterConvertible"
Replace: "ExtendedGraphemeClusterLiteralConvertible"

Find:    "StringInterpolationLiteralConvertible"
Replace: "StringInterpolationConvertible"

Find:    "StringLiteralLiteral" (x5)
Replace: "StringLiteral"

Find:    "ArrayrLiteral"
Replace: "ArrayLiteral"

SUGGESTIONS:

Should the `DictionaryLiteral` structure be renamed?
<https://developer.apple.com/reference/swift/dictionaryliteral>
It isn't a dictionary or a literal, it's an ordered collection.

Can we also change `ExtendedGraphemeCluster` to `Character`?
This would affect the argument label, global type alias, etc.

-- Ben



More information about the swift-evolution mailing list