Are default arguments for generic parameters on th...
# language-proposals
m
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