<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 _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
