Creates a new atomic integer.
impl AtomicI8 { fn new(val: i8) -> AtomicI8 }
The value which is initially stored in the atomic integer.