|
|
|
|
|
by floitsch
3290 days ago
|
|
For example: - better type promotion (`if (x is! A) throw "not A"; useAsA(x);`. - Optional new/const. - Allowing named arguments at any position at the call site. These are all easier to specify and implement, and reach more users. |
|