MetaGraphsNext.jl
MetaGraphsNext.jl copied to clipboard
reuse function added, but not working yet
trafficstars
Hi,
As promised, I spent some time today looking over the code and giving my best stab at the reuse function we discussed in issues. It doesn't work yet, (I can't get the argument types to match) but I figured I would make a PR anyways to share my progress and get feedback.
To reiterate: This function does not work! Do not accept this PR without advising or fixing first!!
If there's a better way in the future for me to share code without PR, please let me know. This feels incorrect. Cheers,
- Falfafel
Thanks for giving it a shot! I was imagining using keyword arguments instead. The Dict wouldn't be type stable because the values are typed as Any.