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

10
LINES

< > BotCompany Repo | #1011532 // learnedFlexMatch_multi

JavaX fragment (include)

static bool learnedFlexMatch_multi(S s, S... patterns) {
  ret learnedFlexMatch_multi(s, null, patterns);
}

static bool learnedFlexMatch_multi(S s, Matches m, S... patterns) {
  for (S pattern : patterns)
    if (learnedFlexMatch(pattern, s, m))
      true;
  false;
}

Author comment

Began life as a copy of #1010906

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: #1011532
Snippet name: learnedFlexMatch_multi
Eternal ID of this version: #1011532/3
Text MD5: e4ccf44254d6e15f9f41ae65382a72f7
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-31 00:40:18
Source code size: 278 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 437 / 429
Version history: 2 change(s)
Referenced in: [show references]