Smallest.Smallest

Undocumented in source.
  1. alias Smallest = Args[0]
  2. alias Smallest = Smallest!(Args[1..$])
  3. alias Smallest = Args[0]
    template Smallest(Args...)
    static if(!(Args.length == 1))
    static if(!(Smallest!(Args[1..$]).sizeof < Args[0].sizeof))
    alias Smallest = Args[0]

Meta