PEP 526, variable annotation
Variable annotation could / should be implemented to:
- improve code quality, especially for newcomers and maybe finding edge effect / bugs
- being able to fully use cython optimisation
Edited by Thomas Cartier-Michaud
Variable annotation could / should be implemented to: