This idea was discussed long ago and the present design was selected. At this point in Swift Evolution, source-breaking changes are in scope only if the status quo is demonstrably harmful. On Mon, Oct 9, 2017 at 17:16 Mike Kluev via swift-evolution < [email protected]> wrote:
> 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 >
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
