Open yonaskolb opened 4 years ago
This was near impossible when property wrappers were new and the Swift compiler crashed while doing just about anything with property wrappers. I think it's worth attempting this feature again now in Swift 5.4 though -- will implement when I get a chance
It would be awesome to have an optional default value for
Param
andKey
. This would allow:option ?? defaultValue
" Defaults to \(defaultValue)"