mopa
mopa copied to clipboard
Add the ability to use generic constraints
This is an improvement of PR #4. You can now do the following:
mopafy!(Constrained<X, F: Float, D: Deep<F>>);
I had to rename mopafy!(..., only core) to mopafy_only_core!(...) and add a dependency to rust-parse-generics.