static S boolArrayToHex(bool[] a) { ret bytesToHex(boolArrayToBytes(a)); }