Dropping the commas looks good and doesn't look like someone made a mistake. I 
don't know what other implications / complications dropping the commas would 
have but I like it. 



> On May 11, 2016, at 12:20 PM, Vladimir.S via swift-evolution 
> <[email protected]> wrote:
> 
> Personally I support the idea of dropping comma in array/dict to allow line 
> break separate elements(like operations in Swift code):
> let a = [
>    10
>    20
>    30
>    40
>    ]
>    
> let d = [
>    10 : "a"
>    20 : "b"
>    30 : "c"
>    40 : "d"
>    ]
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to