TodePond / Habitat

my javascript helpers
MIT License
45 stars 5 forks source link

Vector methods should also be setters #71

Closed TodePond closed 1 year ago

TodePond commented 1 year ago
const position = [3, 2]

position.x += 5

print(position) //[3, 2]
TodePond commented 1 year ago

done