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

7
LINES

< > BotCompany Repo | #1009969 // pnlIndent - print numbered lines, indented

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

Libraryless. Click here for Pure Java version (3163L/19K).

static <A> void pnlIndent(Collection<A> l) {
  print_noNewLine(indentx(numberedLines(l)));
}

static <A> void pnlIndent(S indent, Collection<A> l) {
  print_noNewLine(indentx(indent, numberedLines(l)));
}

Author comment

Began life as a copy of #1008464

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jcllbfdqhrgy, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009969
Snippet name: pnlIndent - print numbered lines, indented
Eternal ID of this version: #1009969/4
Text MD5: 02032c4ee4c53f6199ce4d41fe2b27fe
Transpilation MD5: f925f8d15ef5b174e44b399c3cf95421
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-16 02:05:25
Source code size: 210 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 442 / 507
Version history: 3 change(s)
Referenced in: [show references]