A (relatively) high performance runtime annotation type checker.
from ensure import ensure_annotations @ensure_annotations def f(x: int, y: float) -> float: return x+y
A (relatively) high performance runtime annotation type checker.