Adds $(D_KEYWORD inout) qualifier to the type T.
A type.
inout(T).
static assert(is(SharedOf!int == shared int));
See Implementation
Adds $(D_KEYWORD inout) qualifier to the type T.