List of symbols.
L with elements in reversed order.
static assert(is(Reverse!(byte, short, int) == AliasSeq!(int, short, byte)));
See Implementation