[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table library changes (was Re: table.new in 5.3?)
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 24 Nov 2013 10:21:47 +0200
2013/11/24 Tom N Harris <telliamed@whoopdedo.org>:
> If you're going to be toying with the table library, how about allowing
> table.insert and table.remove to work with multiple values.
>
> table.insert(list, value)
> table.insert(list, pos, value, ...)
> table.remove(list, firstpos [, lastpos])
I support this, of course, but ... been there, done that, got T-shirt.