|
|
|
|
|
by p4wnc6
3796 days ago
|
|
Cython supports type inference, in the form of `infer_types` which can be used either as a compiler directive or a decorator (which means you can pick and choose, and control, when and where type inference is allowed to occur). |
|