ToTRange.front

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

Meta