atomicExchange

nuint atomicExchange(overload nuint* dest, nuint value)

Atomically stores an unsigned native integer and returns the previous value.

Parameters

overload nuint*
dest

The storage location to update.

nuint
value

The value to store.

Generated with campc v0.4.0-preview.1+d50446ef951a6ed675f7086cf093dbc993f0041b.