The OpenD Programming Language

atomic_bool

import core.stdc.stdatomic;
alias atomic_bool = shared(bool)

Meta