lua-users home
lua-l archive

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


>> Instead of "light userdata" maybe "typeless user pointer" would be a
>> clearer term.
>
> Or "pointless user type".


It's quite useful in LuaJIT where you can cast pointers/lightuserdata
to cdata types.