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
given a builtin like void(string, ...) bar = #1 one cannot make a local function pointer with the same type an assign it, e.g void(string, ...) foo = bar; the compiler gives the error that void(string) is incompatible with void(string)