apt1002/multidimension

`I: StaticIndex` does not imply `I: Index<Size=()>`.

Closed this issue · 0 comments

Every I: StaticIndex has a blanket implementation of Index with Size = (), but the trait bound I: StaticIndex is not sufficient to satisfy I: Index<Size=()>.