ToTRange.front

Undocumented in source.
  1. alias front = T[0]
  2. enum front;
    template ToTRange(T...)
    static if(!(T.length == 0))
    static if(!(is(typeof( ))))
    enum front = T[0];

Meta