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

9
LINES

< > BotCompany Repo | #1032273 // subListEq - synonym of subListEquals

JavaX fragment (include)

sbool <A> subListEq(L<A> l, L<A> pat, int i) {
  ret subListEquals(l, pat, i);
}



sbool <A> subListEq(L<A> l, int i, A... pat) {
  ret subListEquals(l, i, pat);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032273
Snippet name: subListEq - synonym of subListEquals
Eternal ID of this version: #1032273/1
Text MD5: 162a67d5a4f66ecef6d04f028b3964bb
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-25 05:20:52
Source code size: 166 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 100
Referenced in: [show references]