[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.len
- From: Tim Hill <drtimhill@...>
- Date: Sat, 6 Aug 2016 21:58:45 -0700
> On Aug 6, 2016, at 1:21 PM, Soni L. <fakedme@gmail.com> wrote:
>
> So we have string.len but no table.len.
>
> Can we get table.len? As with string.len, it should be equivalent to a type-checking #.
>
> --
> Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.
>
>
table.len = function(t) return #t end