Y
Hacker News
new
|
ask
|
show
|
jobs
by
lupire
629 days ago
Index all your arrays with from_offset(n)
def from_offset(n: int): return n+1
Well-typed (or sightly-better-typed) programming ftw.