Libraryless. Click here for Pure Java version (9222L/51K).
sS intsToHex_withLineBreaks(int charsPerLine default 80, L<Int> l) { ret regularLineBreaks(charsPerLine, intsToHex(l)); } sS intsToHex_withLineBreaks(int charsPerLine default 80, int... l) { ret intsToHex_withLineBreaks(charsPerLine, wrapIntArrayAsList(l)); }
Began life as a copy of #1033225
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033234 | 
| Snippet name: | intsToHex_withLineBreaks | 
| Eternal ID of this version: | #1033234/5 | 
| Text MD5: | 88a649184df3465bc3593f2aafc45444 | 
| Transpilation MD5: | 06719daf87141109ac07308b134d4b39 | 
| Author: | stefan | 
| Category: | javax / recognition by compression | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-08-20 20:05:36 | 
| Source code size: | 270 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 462 / 587 | 
| Version history: | 4 change(s) | 
| Referenced in: | [show references] |