Re: Why no pairs() for userdata, __len for tables?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Why no pairs() for userdata, __len for tables?
- From: Mark Hamburg <mhamburg@...>
- Date: 2007年4月19日 14:38:07 -0700
My bad. You can't set metatables on userdata.
Still, it's probably better to write any metadata functionality using C to
get around locking.
Mark