Invert.Invert

Undocumented in source.
  1. alias Invert = Dim
  2. alias Invert = TypeTuple!(Dim[0], -Dim[1], Invert!(Dim[2..$]))
    template Invert(Dim...)
    package
    static if(!(Dim.length == 0))
    alias Invert = TypeTuple!(Dim[0], -Dim[1], Invert!(Dim[2..$]))

Meta