I have a lua table that I use as a hashmap, ie with string keys : local map = { foo = 1, bar = 2 }. I would like to “pop” an element of this ...
確定! 回上一頁