inline fn loadUnchecked(self: Self) T
Non-atomically load from the atomic value without synchronization. Care must be taken to avoid data-races when interacting with other atomic operations.
self: Self,