Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1033234 // intsToHex_withLineBreaks

JavaX fragment (include) [tags: use-pretranspiled]

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));
}

Author comment

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: 130 / 181
Version history: 4 change(s)
Referenced in: [show references]