Replaces the value in the atomic integer by a new one with sequentially consistent semantics.
impl AtomicI8 { fn exchange(&self, val: i8) -> i8 }
The value to be stored in the atomic integer.
Returns the previous value.