Pitch #2: Extend Property Wrappers to Function and Closure Parameters

I just posted in the Result Builders' thread if it would be possible to place annotations between argument labels and parameter names:

The example shown in the proposal would then be:

func reportProgress(
  of @Percentage progress: Int
) { ... }

which, although being a minor edit, may read better.

1 Like