--- layout: stdlib-reference --- # interface IBitAtomicable *Inherits from:* [IArithmeticAtomicable](../iarithmeticatomicable-01b/index.html), [IInteger](../iinteger-01/index.html) ## Description Represents types that can be used in atomic bit operations. Implemented by builtin scalar types: int, uint, int64_t, uint64_t, int8_t, uint8_t, int16_t, uint16_t.