[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal to enhance table.remove
- From: bil til <biltil52@...>
- Date: Sun, 11 Sep 2022 17:41:37 +0200
PS: To avoid stack overflow in such a "multiple table.remove", I would
propose to give back only the FIRST removed element.
(who really is interestend in seeing all the removed elements? I
think this would be quite a bizarre wish)
And to keep compatibility with indexing in other tyipcal lua functions
(e. g. table.move, also string.sub...) I would prefer not to give the
count, but to specify the first and last element to remove, so
table.remove( liist, i, [j]).
Am So., 11. Sept. 2022 um 16:07 Uhr schrieb bil til <biltil52@gmail.com>:
>
> Thank you, this is really very "luaistic"... :).