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
@with_kwstruct MM
r ="val_def"
a ="cnt_def"end
m =@pack_MM#error, r not defined
r="val_1"
a ="cnt_2"
m =@pack_MM#OK
I'm missing the functionality where I could just tell the macro which variables to pack - the same way the @pack! macro works
@pack_MM m_new = a #use a and default r
Is that a complex task to incorporate into current code? I admit I don't understand the meta-programming so I have no idea how difficult such change is.
The text was updated successfully, but these errors were encountered:
As I understand how the new @pack_* works:
I'm missing the functionality where I could just tell the macro which variables to pack - the same way the @pack! macro works
Is that a complex task to incorporate into current code? I admit I don't understand the meta-programming so I have no idea how difficult such change is.
The text was updated successfully, but these errors were encountered: