> On Jul 1, 2016, at 11:06 AM, Kate Stone via swift-users
> wrote:
>
>> On Jul 1, 2016, at 11:01 AM, Jens Alfke via swift-users
>> mailto:swift-users@swift.org>> wrote:
>>
>>
>>> On Jul 1, 2016, at 10:28 AM, Nicholas Outram via swift-users
>>> mailto:swift-users@swift.org>> wrote:
>>>
>>>
Like Rick, I had also wondered about a simple way to do this. Perhaps this is a
question for swift-evolution, but wouldn’t it be desirable if Swift supported:
for item in someOptionalContainer?
{
}
which seems more natural and intuitive that the alternatives that have been
suggested.
Kerry