1 | static bool anyStartsWithIC(L<S> l, S s) {
|
2 | for (S x : l) |
3 | if (startsWithIC(x, s)) |
4 | true; |
5 | false; |
6 | } |
Began life as a copy of #1010115
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: | #1010299 |
| Snippet name: | anyStartsWithIC |
| Eternal ID of this version: | #1010299/1 |
| Text MD5: | fcd17e947fa8cd535751e6cb91a73a33 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-10 23:39:40 |
| Source code size: | 114 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 747 / 804 |
| Referenced in: | [show references] |