lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: Thoughts on {...} and tbl[nil]
From
: Sam Putman <atmanistan@
...
>
Date
: Fri, 8 Jun 2018 13:29:54 -0700
On Fri, Jun 8, 2018 at 12:19 PM, Sean Conner
<
sean@conman.org
>
wrote:
Which element was removed? Where will you find '8'? Is this an issue?
-spc
That's the other implication of an assignable #t, which tends me toward thinking it isn't worth the cost.
t = {1,2,3,4, [10] = 10}; #t = 10
table.remove(t,3) -- does this change #t?
References
:
Thoughts on {...} and tbl[nil]
,
Dirk Laurie
Re: Thoughts on {...} and tbl[nil]
,
Rodrigo Azevedo
Re: Thoughts on {...} and tbl[nil]
,
Egor Skriptunoff
Re: Thoughts on {...} and tbl[nil]
,
dyngeccetor8
Re: Thoughts on {...} and tbl[nil]
,
Rodrigo Azevedo
Re: Thoughts on {...} and tbl[nil]
,
Sean Conner
Prev by Date:
Re: Thoughts on {...} and tbl[nil]
Next by Date:
Properly expanding lightuserdata in Lua 5.3.
Previous by thread:
Re: Thoughts on {...} and tbl[nil]
Next by thread:
Re: Thoughts on {...} and tbl[nil]
Index(es):
Date
Thread