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; }
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: | 726 / 730 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017811 - match_multi |