[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Overloading Concatenate operator
- From: "Julian Moore" <jlulian38@...>
- Date: Tue, 3 Jul 2007 15:48:55 -0700
On 7/2/07, Stefan Brantschen <sbr@acm.org> wrote:
Maybe I don't understand your question, but why don't you just
implement your own __concat metamethod that fits your specific problem?
With regards
-- Stefan
I think what Walt means is a simple one-size-fits-all way to
concatenate two(or more) tables, I can think of simple ways to
concatenate arrays maybe, but tables with mixed keys (as in string
mostly) is really kinda, not so easy.