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

15
LINES

< > BotCompany Repo | #1017120 // printWithIndent - synonym of printIndent

JavaX fragment (include)

static <A> A printWithIndent(A o) {
  ret printIndent(o);
}



static <A> A printWithIndent(S indent, A o) {
  ret printIndent(indent, o);
}



static void printWithIndent(int indent, O o) {
  printIndent(indent, o);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017120
Snippet name: printWithIndent - synonym of printIndent
Eternal ID of this version: #1017120/2
Text MD5: 23c9a2341bfb9b5d20985561416ea4f2
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-28 10:06:39
Source code size: 232 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 457 / 480
Version history: 1 change(s)
Referenced in: [show references]