mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Viper functions can now be annotated with the type of their arguments
and return value. Eg:
@micropython.viper
def f(x:int) -> int:
return x + 1
27 KiB
27 KiB