InoutTypeOf.InoutTypeOf

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

Meta