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 willing to make a PR to update Arr::dot() and Collection::dot() if this is of interest. I've needed this in multiple projects and finally made a dotDepth() macro but I think it would be nice to have in core.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This would make it so we could restrict the recursive depth that gets dotted to avoid over-eager names.
Example
Results
I'm willing to make a PR to update
Arr::dot()
andCollection::dot()
if this is of interest. I've needed this in multiple projects and finally made adotDepth()
macro but I think it would be nice to have in core.Beta Was this translation helpful? Give feedback.
All reactions