[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Metamethod madness (was Re: Feature Request, `__next` metamethod.)
- From: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 24 Jun 2016 19:37:56 +0200
2016-06-24 10:29 GMT+02:00 Sean Conner <sean@conman.org>:
> Giant List of Proposed Lua Metamethods since October 2009!
Some of these have made it into Lua 5.3, though mostly not under the
proposed names:
> 2010
> __bit_and
> __bit_or
> __bit_xor
> __id [1]
> __unm
> 2012
> __not
> __typename [1]
> __xor
[1] I did not read the original proposals, and assume these to be
similar to __name.