Re: Library for working with tuples (was: Multiple indexing)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Library for working with tuples (was: Multiple indexing)
- From: Coroutines <coroutines@...>
- Date: 2014年4月10日 01:53:22 -0700
If I wanted anything for working with tuples/varargs/stack slices it
would simply be to store and expand varargs for calling functions.
You can do this with table.pack() but it is often weightier than it
should be. If this were possible other things would become easier
like vectors and continuation passing style -- and memoizing
functions.