lua-users home
lua-l archive

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


> I  think  `struct.size` is quite  useful  function  and it hard to implement in
> Lua itself.

Can't you use #string.pack(fmt, ...), with specific dummy arguments?

-- Roberto