It would be very useful to be able to set the values for all keys in a table at once, for example to reset counters.
Considering the following table:
let fruit table:make
table:put fruit "apple" 2
table:put fruit "orange" 5
table:put fruit "banana" 3
Something like table:set-all fruit 0 should set all the values to 0.