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
I'm trying to write a macro that put elements into a distribute_slice. One hard thing is that i have to name the individual items...
I feel it would be more convenient if using _ as the name of anonymous slice element is supported (distribute_slice(XYZ) can replace it with whatever name it feels best i think).
The text was updated successfully, but these errors were encountered:
I'm trying to write a macro that put elements into a distribute_slice. One hard thing is that i have to name the individual items...
I feel it would be more convenient if using _ as the name of anonymous slice element is supported (distribute_slice(XYZ) can replace it with whatever name it feels best i think).
The text was updated successfully, but these errors were encountered: