torch / tds

Torch C data structures
Other
80 stars 25 forks source link

vec: allow resize(0) to clear content #17

Closed deltheil closed 8 years ago

deltheil commented 8 years ago

Since anyway vec:resize(1); vec:remove(1) is possible.