mopa icon indicating copy to clipboard operation
mopa copied to clipboard

Add the ability to use generic constraints

Open Limeth opened this issue 9 years ago • 0 comments

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.

Limeth avatar Jul 30 '16 12:07 Limeth