Transpiled version (2493L) is out of date.
sbool <A> eqSublist(L<A> l, L<A> pat, int i) { ret subListEquals(l, pat, i); } sbool <A> eqSublist(L<A> l, int i, A... pat) { ret subListEquals(l, i, pat); }
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: | 455 / 626 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |