1 | static bool find3plusRestsOneOf(S s, Matches m, S... pats) {
|
2 | for (S pat : pats) |
3 | if (find3plusRests(pat, s, m)) |
4 | true; |
5 | false; |
6 | } |
7 | |
8 | static bool find3plusRestsOneOf(S s, S... pats) {
|
9 | ret find3plusRestsOneOf(s, null, pats); |
10 | } |
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: | 596 / 626 |
| Referenced in: | [show references] |