1 | static <A> bool containsSubList(L<A> x, L<A> y) { |
2 | ret indexOfSubList(x, y) >= 0; |
3 | } |
4 | |
5 | static <A> bool containsSubList(L<A> x, A... y) { |
6 | ret indexOfSubList(x, y, 0) >= 0; |
7 | } |
Began life as a copy of #1002135
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: | #1007446 |
Snippet name: | containsSubList |
Eternal ID of this version: | #1007446/3 |
Text MD5: | 1eed827e369cf852c20ece37683cef38 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-04-13 18:05:35 |
Source code size: | 181 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 603 / 604 |
Version history: | 2 change(s) |
Referenced in: | [show references] |