Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-11-23 19:13:24 +01:00 committed by GitHub
parent 5f2573bb7b
commit 4c9ae97bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,9 @@ a: Any = 0
b: float = 0.0
a = b
```
### Never type
This can be used to define a function that should never be called, or a function that never returns.
### Generic types