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