PackedGenericTuple.empty

Detect whether it's empty.

template PackedGenericTuple(Args...)
enum empty = !length;

Meta