String debug() { return map( (e) => e.toRadixString(16).toUpperCase().padLeft(2, '0'), ).join(' '); }