Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1034507 // eqSubList - synonym of subListEquals

JavaX fragment (include)

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: 74 / 86
Referenced in: [show references]