[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Analog struct.size in Lua 5.3 string library.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 28 Nov 2014 16:47:23 -0200
> 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