Open
Description
x = 1isize << 31;
is okay as long as the specific bit pattern is of the essence; the actual value may vary.
E.g. see https://github.com/ledbettj/wavefile/blob/master/src/speakers.rs#L20
x = 1isize << 31;
is okay as long as the specific bit pattern is of the essence; the actual value may vary.
E.g. see https://github.com/ledbettj/wavefile/blob/master/src/speakers.rs#L20