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 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034507 |
Snippet name: | eqSubList - synonym of subListEquals |
Eternal ID of this version: | #1034507/1 |
Text MD5: | bd937463e8c2e3be6027ceaa8f5f5943 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-10 03:21:47 |
Source code size: | 166 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 131 / 156 |
Referenced in: | [show references] |