Re: [swift-users] Quick Question about ExpressibleByStringLiteral

2017-03-09 Thread David Sweeris via swift-users
Great! Thanks, Andrew :-) - Dave Sweeris > On Mar 9, 2017, at 6:00 PM, Jordan Rose wrote: > > Andrew Bennett is two steps ahead of you. :-) > https://github.com/apple/swift/pull/7125 > > > Jordan > >> On Mar 9, 2017, at

Re: [swift-users] Quick Question about ExpressibleByStringLiteral

2017-03-09 Thread Jordan Rose via swift-users
Andrew Bennett is two steps ahead of you. :-) https://github.com/apple/swift/pull/7125 Jordan > On Mar 9, 2017, at 17:59, David Sweeris via swift-users > wrote: > > If my type doesn’t know/care about the difference between a

[swift-users] Quick Question about ExpressibleByStringLiteral

2017-03-09 Thread David Sweeris via swift-users
If my type doesn’t know/care about the difference between a normal “String" and an “ExtendedClusterScalarGraphemeLiteralUnicodeTypeCluster” (or whatever those other literal types are called), is there anything wrong with doing this? public protocol EasilyExpressibleByStringLiteral :