RemoveAll.RemoveAll

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

Meta