count_[ones,zeros]()
fails to compile for numbers other than u32, i32
#215
Labels
bug
Something isn't working
Expected Behaviour
count_ones
andcount_zeros
works for u32 and i32, but does not for u8, u16, u64, i8, i16 and i64.Example & Steps To Reproduce
Error
System Info
Rust-gpu master 6e2c84d
The text was updated successfully, but these errors were encountered: