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
requires a dynamic initializer to assign g. This seems unnecessary though, because the compiler has already statically allocated the (empty) function closure for f, so g could just be statically initialized to point to that closure.