You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, 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:
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
, 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: