expandShape.expandShape

Undocumented in source.
  1. alias expandShape = AliasSeq!(Shape[0])
    template expandShape(size_t[] Shape)
    static if(Shape.length == 1)
    alias expandShape = AliasSeq!(Shape[0])
  2. alias expandShape = AliasSeq!(Shape[0], expandShape!(Shape[1..$]))

Meta