Re: Strange userdata metatable behavior in C API
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Strange userdata metatable behavior in C API
- From: roberto@... (Roberto Ierusalimschy)
- Date: Mon, 4 Jun 2007 11:32:42 -0300
> A few lines below you can also read:
>
> > Tables and userdata have individual metatables (although multiple
> > tables and userdata can share their metatables); values of all other
> > types share one single metatable per type. So, there is one single
> > metatable for all numbers, and for all strings, etc.
>
> Maybe that would be clearer with "Tables and full userdata have
> individual metatables".
Thanks.
-- Roberto