lua-users home
lua-l archive

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



On 08/07/16 06:51 AM, Thomas Jericke wrote:
Also, while I think your example is legit, I don't think it's such a 
common use case that it deserves its own operator.
The current implementation of # could easily just be moved to a 
function of the table library.
#"a string"

vs

table.len("a string")

--
Thomas

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.