static bool find3plusRestsOneOf(S s, Matches m, S... pats) { for (S pat : pats) if (find3plusRests(pat, s, m)) true; false; } static bool find3plusRestsOneOf(S s, S... pats) { ret find3plusRestsOneOf(s, null, pats); }
Began life as a copy of #1013997
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: | #1014615 |
| Snippet name: | find3plusRestsOneOf |
| Eternal ID of this version: | #1014615/1 |
| Text MD5: | ce366867c347474c9bb8059ef48bd580 |
| Author: | stefan |
| Category: | javax / talking robots |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-26 18:00:40 |
| Source code size: | 243 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 598 / 627 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |