FLI type descriptor
volatile type. fli
:volatile &optional type
The type of the volatile. The default is:int.
:volatile type corresponds to the C++volatile type. The behavior of a:volatile is exactly the same as the behavior of its type, and it is only included to ease the readability of FLI code and for naming conventions. :const