apt1002/multidimension

`I: Index + Isomorphic` should imply `<I as Index>::Size: Isomorphic`.

Opened this issue · 0 comments

I find myself writing this a lot:

where I: Isomorphic<J>, <I as Index>::Size: Isomorphic<<J as Index>::Size>

It would be nice just to write where I: Isomorphic<J>. Is this possible?