[swift-evolution] [swift-evolution-announce] [Review] SE-0010 Add StaticString.UnicodeScalarView

Kevin Ballard kevin at sb.org
Fri Jan 8 13:21:45 CST 2016


On Thu, Jan 7, 2016, at 12:01 PM, Patrick Gili via swift-evolution wrote:
>> * What is your evaluation of the proposal?
>
> I think the proposal provides added value, as long as
> StaticString.UnicodeScalarView is immutable.

Ah yes, I did intend for that to be immutable. It's actually technically
valid for it to be mutable, since mutating it would be identical to just
reassigning to the variable holding the StaticString with another
StaticString, but it's definitely supposed to be immutable.

-Kevin Ballard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160108/856a7256/attachment.html>


More information about the swift-evolution mailing list