The OpenD Programming Language

atomic_uint

import core.stdc.stdatomic;
alias atomic_uint = shared(uint)

Meta