tablesmith icon indicating copy to clipboard operation
tablesmith copied to clipboard

intercept Array calls to ensure Table instances are returned?

Open chrismo opened this issue 4 years ago • 2 comments

This could be super-cool, maybe not easy to do?

chrismo avatar Mar 16 '20 02:03 chrismo

If it's self-modifying - then look to see if its the same instance internally, and don't re-wrap. If it's not, then make a new wrapper?

chrismo avatar Mar 16 '20 02:03 chrismo

And it may not return an Array at all of course (#length)

chrismo avatar Mar 16 '20 02:03 chrismo