vshCreateScoped.destroy

Undocumented in source.
  1. alias destroy = destroyer!(Ts[0])
  2. alias destroy = destroyer!(T[0])
  3. alias destroy = Ts[1]
    template vshCreateScoped(Ts...)
    static if(!(Ts.length == 1 && is(typeof(Ts[0]) == string)))
    static if(!(Ts.length == 1))
    static if(Ts.length == 2 && isCallable!(Ts[0]) && isCallable!(Ts[1]))
    alias destroy = Ts[1]

Meta