Re: Conventional name proposal: merge
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Conventional name proposal: merge
 
- From: steve donovan <steve.j.donovan@...>
 
- Date: 2012年12月17日 08:07:15 +0200
 
On Sun, Dec 16, 2012 at 6:49 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> Am I missing something here?
>
> function extend( t, ... )
> for i = 1, select( '#', ... ) do
> local a = select( i, ... )
Actually, you've got it there - these are not particularly fast
functions, but the number of tables is small, so this is efficient
enough.
steve d.