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
Should we do this or not? This means checking every argument to every function call for whether or not it is a ts.obj. It wouldn't be that slow, but that's still some overhead to consider when the user after all can just do func(nil, obj.id).
Should we do this or not? This means checking every argument to every function call for whether or not it is a
ts.obj. It wouldn't be that slow, but that's still some overhead to consider when the user after all can just dofunc(nil, obj.id).