Re: Strong tables in Lua 5.4
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Strong tables in Lua 5.4
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2018年3月21日 08:27:09 +0200
2018年03月21日 1:14 GMT+02:00 Hisham <h@hisham.hm>:
> [1] via either Egor's original proposal of a user-settable length or
> combining it with Dirk's proposal to make {...#} the strong-table
> constructor
That was not my proposal — it was proposed by "pocomane".
My suggestion was only: if we must have strong tables, do it on a
per-table basis using the existing __mode metafield rather than across
the board.
-- Dirk