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
currently, lots of the code in here accesses closures directly, for example x.d1, x.d2.d1, we should change this to preprocessor macro's or similar, so we can still change the internal structure of closures.
The text was updated successfully, but these errors were encountered:
currently, lots of the code in here accesses closures directly, for example
x.d1
,x.d2.d1
, we should change this to preprocessor macro's or similar, so we can still change the internal structure of closures.The text was updated successfully, but these errors were encountered: