InoutTypeOf.InoutTypeOf

Undocumented in source.
  1. alias InoutTypeOf = immutable(BaseTypeOf!(T))
  2. alias InoutTypeOf = BaseTypeOf!(T)
    template InoutTypeOf(T, M)
    static if(!(is(immutable(BaseTypeOf!(T)) == T) && is(immutable(BaseTypeOf!(T)) == M)))
    static if((is(BaseTypeOf!(T) == T) && is(BaseTypeOf!(T) == M)))
    alias InoutTypeOf = BaseTypeOf!(T)
  3. alias InoutTypeOf = const(BaseTypeOf!(T))

Meta