Y
Hacker News
new
|
ask
|
show
|
jobs
by
natdempk
302 days ago
Python has Optional[T] defined as T | None in the stdlib
https://docs.python.org/3/library/typing.html#typing.Optiona...