Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
5f2573bb7b
commit
4c9ae97bb4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue