Re: Some conservative Lua metamethod extension proposals
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some conservative Lua metamethod extension proposals
- From: steve donovan <steve.j.donovan@...>
- Date: 2018年3月24日 10:12:46 +0200
On Sat, Mar 24, 2018 at 10:01 AM, Egor Skriptunoff
<egor.skriptunoff@gmail.com> wrote:
> More options may be passed in second argument:
And then we have the 'passing options as strings' problem: very
flexible but easy to break.
I don't feel the great need, personally - we all know `pairs` and its
limitations.