10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In most languages the intention of splice(start, len) is to extract the designated items out of the original data structure, but seems it's not the case for table.splice 792B a>, it's actually doing exactly the opposite, just wondering is this by design? If so, care to explain the reasons behind? Thanks.
splice(start, len)
table.splice
The text was updated successfully, but these errors were encountered:
looks like it was introduced by @clementfarabet in 381970f but I really doubt anyone remembers the context.
Sorry, something went wrong.
No branches or pull requests
In most languages the intention of
splice(start, len)
is to extract the designated items out of the original data structure, but seems it's not the case fortable.splice
792B a>, it's actually doing exactly the opposite, just wondering is this by design? If so, care to explain the reasons behind? Thanks.The text was updated successfully, but these errors were encountered: