On 9 October 2017 at 20:43, Howard Lovatt <howard.lov...@gmail.com> 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
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to