lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Re: Changes to table length
From
: Doug Currie <doug.currie@
...
>
Date
: Sat, 20 Aug 2016 21:38:12 -0400
On Sat, Aug 20, 2016 at 8:53 PM, ThePhD
<
jm3689@columbia.edu
>
wrote:
[...]
how I might manage pointers that get turned into `nil` in an array of pointers from C++
That. Don't do that. Use something other than Lua `nil` to represent C++ NULL. If you want something unique, then
NULL = {}
is a good choice. NULL won't create a hole in a sequence.
NULL represents a pointer to nothing.
nil is nothing itself.
e
References
:
Changes to table length
,
Soni L.
Re: Changes to table length
,
Ross Berteig
Re: Changes to table length
,
Soni L.
Re: Changes to table length
,
Ross Berteig
Re: Changes to table length
,
Soni L.
Re: Changes to table length
,
ThePhD
Prev by Date:
Re: Changes to table length
Next by Date:
Re: binary string modified
Previous by thread:
Re: Changes to table length
Next by thread:
Re: Changes to table length
Index(es):
Date
Thread