On 15/01/12 2:19 AM, Andrej Mitrovic wrote:
I guess join() could be specialized for static arrays and then just do a dup and a cast? Would that work ok?
There should be no need to allocate extra memory to do this.
On 15/01/12 2:19 AM, Andrej Mitrovic wrote:
I guess join() could be specialized for static arrays and then just do a dup and a cast? Would that work ok?
There should be no need to allocate extra memory to do this.