Returns an AliasSeq created from args[1 .. $] with all occurrences, if any, of args[0] removed.
alias Types = AliasSeq!(int, long, long, int); static assert(is(EraseAll!(long, Types) == AliasSeq!(int, int)));
See Implementation
Returns an AliasSeq created from args[1 .. $] with all occurrences, if any, of args[0] removed.