1 | sS renderInequality(S a, S b) { |
2 | ret a + " != " + b; |
3 | } |
4 | |
5 | sS renderInequality(Pair<S> p) { |
6 | ret p == null ? null : renderInequality(p.a, p.b); |
7 | } |
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: | 232 / 274 |
Referenced in: | [show references] |