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 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: | 130 / 155 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |