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

9
LINES

< > BotCompany Repo | #1013625 // ai_probableCommonPrefixOfFunction

JavaX fragment (include)

1  
static int ai_probableCommonPrefixOfFunction_n = 500;
2  
3  
static S ai_probableCommonPrefixOfFunction(O f) {
4  
  ret ai_probableCommonPrefixOfFunction(f, ai_probableCommonPrefixOfFunction_n);
5  
}
6  
7  
static S ai_probableCommonPrefixOfFunction(O f, int n) {
8  
  ret last(it_observePrefix((Iterator) repFIterator(n, f)));
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013625
Snippet name: ai_probableCommonPrefixOfFunction
Eternal ID of this version: #1013625/3
Text MD5: ded59f0a66a527439df3ce9155ef4464
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-11 15:41:12
Source code size: 316 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 330 / 363
Version history: 2 change(s)
Referenced in: [show references]