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
When varargTaking is called directly, the ... is passed directly. However, when using a local variable with function type instead, a unnessecary table.unpack is generated.