Libraryless. Click here for Pure Java version (3012L/18K).
1 | svoid test_allDistinctPairs_inOrder() {
|
2 | assertEqualsVerbose(ll(pair("a", "b"), pair("a", "c"), pair("b", "c")),
|
3 | allDistinctPairs_inOrder(ll("a", "b", "c")));
|
4 | } |
Began life as a copy of #1027915
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027918 |
| Snippet name: | test_allDistinctPairs_inOrder (OK) |
| Eternal ID of this version: | #1027918/2 |
| Text MD5: | 8e39358bea6bc1472c04a980b42e577f |
| Transpilation MD5: | 3b941f1d8350329f531d206c6bab786b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-04-17 11:46:46 |
| Source code size: | 168 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 360 / 489 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |