lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Dec 14, 2010 at 04:08:51PM +0200, Keith Matthews wrote:
> 
> The fact that the table implementation has an array part and a hash
> table part is an implementation detail. 

If something is included in Lua's C API and documented in the Reference 
Manual, can it dismissively be termed "an implementation detail"?

"The new table has space pre-allocated for narr array elements and 
nrec non-array elements."

Dirk

Lua = { language, interpreter, bytecode_compiler, standard_library, C_api }