sS hexDump(byte[] bytes) { ret mapToLines(chunk -> insertSpaceAt(32, bytesToHex_upper(chunk)), byteArrayChunksIterator(bytes, 32)); } // Note: May be huge sS hexDump(File f) { ret hexDump(loadBinaryFile(f)); }