static L<IntRange> nonStreaks(L l, O pred) { ret findNonStreaks(l, pred); } static L<IntRange> nonStreaks(O pred, L l) { ret findNonStreaks(pred, l); }
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019038 |
Snippet name: | nonStreaks - synonym of findNonStreaks |
Eternal ID of this version: | #1019038/1 |
Text MD5: | d062f435569d0fb6db0dc07112f7e0ca |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-21 17:09:19 |
Source code size: | 160 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 321 / 338 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |