const fn atomic_is_lock_free<T>() -> bool
Returns true if operations on AtomicCell<T> are lock-free.
true
AtomicCell<T>