mov.T

Undocumented in source.
  1. alias T = typeof(VAR)
    template mov(uint ID, alias VAR, AS = void, uint _LINE = __LINE__)
    static static pure
    static if(is(AS == void))
    alias T = typeof(VAR)
  2. alias T = AS

Meta