Remove.Remove

Undocumented in source.
  1. alias Remove = TList
  2. alias Remove = TList[1..$]
    template Remove(T, TList...)
    static if(!(TList.length == 0))
    static if(is(T == TList[0]))
    alias Remove = TList[1..$]
  3. alias Remove = Tuple!(TList[0], Remove!(T, TList[1..$]))

Meta