ReturnTypeOf.ReturnTypeOf

Undocumented in source.
  1. alias ReturnTypeOf = typeof( ())
    template ReturnTypeOf(Callable...)
    static if(is(typeof(Callable[0]) == function))
    alias ReturnTypeOf = typeof( ())
  2. alias ReturnTypeOf = typeof( ())

Meta