static PairS gazelle_singleChangedWord(S inputA, S inputB, O... _) { ret singletonMapToPair(gazelle_zip(inputA, inputB, _)); } static PairS gazelle_singleChangedWord(Pair<S> inputs, O... _) { ret singletonMapToPair(gazelle_zip(inputs, _)); }
Began life as a copy of #1021639
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1023063 |
| Snippet name: | gazelle_singleChangedWord - returns PairS or null |
| Eternal ID of this version: | #1023063/4 |
| Text MD5: | 293c78134b658004ff8a2cf4e5adb05f |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-14 00:23:57 |
| Source code size: | 252 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 571 / 599 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026570 - gazelle_singleChangedWord_ifMoreThanOneWord - returns PairS or null |