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

7
LINES

< > BotCompany Repo | #1012006 // ai_invalidateTermsStartingWith

JavaX fragment (include)

static int ai_invalidateTermsStartingWith(S prefix) {
  L<S> terms = fullIndexedTermsStartingWith(prefix);
  int n = 0;
  for (S term : terms)
    n += ai_invalidateWholeTerm(term);
  ret n;
}

Author comment

Began life as a copy of #1012004

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: #1012006
Snippet name: ai_invalidateTermsStartingWith
Eternal ID of this version: #1012006/4
Text MD5: a1eab1bf0915579649ba4b1b4eea748d
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-03 19:07:27
Source code size: 198 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 342 / 380
Version history: 3 change(s)
Referenced in: [show references]