Enum member ByteCombine

enum ByteCombine(c...) = c[0] | ByteCombine!(c[1 .. __dollar]) << 8;