On 9 October 2017 at 20:43, Howard Lovatt <[email protected]> wrote:

>
> I would prefer something like:
>
>     func x() -> Bool @ throws disguardableResult public async mutating
>
> Where @ introduces a list of space separated modifiers.
>

make it more English :)

public async mutating throwing func foo() -> discardable Bool {
    ...
}

Unfortunately I am not sure this is practical at this stage.
>

true :(

Mike
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to