Libraryless. Click here for Pure Java version (49L/1K).
1 | // do these type parameters work? or back to O? |
2 | static <A, B> bool doubleEq(A a1, A a2, B b1, B b2) {
|
3 | ret eq(a1, a2) && eq(b1, b2); |
4 | } |
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: | 326 / 427 |
| Referenced in: | [show references] |