The search functionality needs JavaScript enabled
Built withscod
enum ByteCombine(c...) = c[0] | ByteCombine!(c[1 .. __dollar]) << 8;