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

7
LINES

< > BotCompany Repo | #1023063 // gazelle_singleChangedWord - returns PairS or null

JavaX fragment (include)

1  
static PairS gazelle_singleChangedWord(S inputA, S inputB, O... _) {
2  
  ret singletonMapToPair(gazelle_zip(inputA, inputB, _));
3  
}
4  
5  
static PairS gazelle_singleChangedWord(Pair<S> inputs, O... _) {
6  
  ret singletonMapToPair(gazelle_zip(inputs, _));
7  
}

Author comment

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: 246 / 274
Version history: 3 change(s)
Referenced in: [show references]