[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: SWIG and 0/1 based arrays
- From: "Javier Guerra" <javier@...>
- Date: Thu, 7 Aug 2008 09:59:36 -0500
On Thu, Aug 7, 2008 at 9:41 AM, Joey Mukherjee <joey@swri.edu> wrote:
> That said, I can see why someone might want a more natural C way, rather
> than Lua way, of accessing arrays.
remember that SWIG has to be very agnostic about the data inside those
C arrays. if somebody implemented index-based references, changing
the start would make it very confusing for users.
--
Javier