fizyk20/generic-array

ArrayLength should require typenum::Unsigned

Closed this issue · 1 comments

  • All actual array lengths implement this trait
  • If ArrayLength implies it, it makes it easier for generic code to do arithmetic with array length, otherwise it must write lots of Where bounds everywhere

Sorry, I guess it does, it's just that my dependency has an old version of generic array or something