recmo/uint

Move `Shl` / `Shr` impls out of support into main lib

Closed this issue · 1 comments

Evalir commented

It would be nice to support the Shl and Shr traits for uints.

Shl<usize> and Shr<usize> are currently impled in bits.rs

Shl<u32> and Shr<u32> are currently impld in support/num_traits.rs with TODOs to move out of support. I'll close those issues in favor of this one.

Supersedes #300 & #301