1 | static bool learnedFlexMatch_multi(S s, S... patterns) { |
2 | ret learnedFlexMatch_multi(s, null, patterns); |
3 | } |
4 | |
5 | static bool learnedFlexMatch_multi(S s, Matches m, S... patterns) { |
6 | for (S pattern : patterns) |
7 | if (learnedFlexMatch(pattern, s, m)) |
8 | true; |
9 | false; |
10 | } |
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: | 511 / 502 |
Version history: | 2 change(s) |
Referenced in: | [show references] |