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

4
LINES

< > BotCompany Repo | #1032294 // doubleEq

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

Libraryless. Click here for Pure Java version (49L/1K).

// do these type parameters work? or back to O?
static <A, B> bool doubleEq(A a1, A a2, B b1, B b2) {
  ret eq(a1, a2) && eq(b1, b2);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032294
Snippet name: doubleEq
Eternal ID of this version: #1032294/1
Text MD5: 70f844491f625b1df9c44d4d5fe69eff
Transpilation MD5: 22e6187628bde701c06a3f825c68cde1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-27 00:53:24
Source code size: 138 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 66 / 103
Referenced in: [show references]