Join Slack
Powered by
Are default arguments for generic parameters on th...
# language-proposals
m
Marc Knaup
10/22/2017, 11:01 AM
Are default arguments for generic parameters on the roadmap yet? à la
Result<Value,Error: Throwable = Throwable>
, so you can use
Result<Value>
without specifying the second generic argument
Open in Slack
Previous
Next