Skip to main content

bit_reverse

Function bit_reverse 

Source
pub fn bit_reverse<T>(v: &mut [T])
Expand description

Performs a naive bit-reversal permutation inplace.

§Panics

Panics if the length of the slice is not a power of two.