Does D have an equivalent to the C marking of volatile?

Currently I'm just going to try removing all variables from the struct, as it's never declared in D or accessed from within D, and I just want to avoid cast(void*)s, but I may need to access something like this sometime in the future.

Reply via email to