This would generalise to multiple parameters. E.g...
# language-proposals
n
This would generalise to multiple parameters. E.g.
foo(a?, b?)
would return null if either or both of a or b is null.