Transpiled version (2493L) is out of date.
1 | sbool <A> eqSublist(L<A> l, L<A> pat, int i) { |
2 | ret subListEquals(l, pat, i); |
3 | } |
4 | |
5 | |
6 | |
7 | sbool <A> eqSublist(L<A> l, int i, A... pat) { |
8 | ret subListEquals(l, i, pat); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028557 |
Snippet name: | eqSublist |
Eternal ID of this version: | #1028557/3 |
Text MD5: | b3150375847d38e9913f713831880740 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-10 03:21:16 |
Source code size: | 166 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 242 / 363 |
Version history: | 2 change(s) |
Referenced in: | [show references] |