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

7
LINES

< > BotCompany Repo | #1023982 // renderInequality

JavaX fragment (include)

sS renderInequality(S a, S b) {
  ret a + " != " + b;
}

sS renderInequality(Pair<S> p) {
  ret p == null ? null : renderInequality(p.a, p.b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023982
Snippet name: renderInequality
Eternal ID of this version: #1023982/1
Text MD5: 7e645ec5791c0f4621e759add10b08c9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-14 20:48:54
Source code size: 150 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 144 / 193
Referenced in: [show references]