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