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

7
LINES

< > BotCompany Repo | #1003271 // replaceSubList - synonym of replaceSublist

JavaX fragment (include)

static L<S> replaceSubList(L<S> l, L<S> x, L<S> y) {
  ret replaceSublist(l, x, y);
}

static <A> L<A> replaceSubList(L<A> l, int fromIndex, int toIndex, L<A> y) {
  ret replaceSublist(l, fromIndex, toIndex, y);
}

Author comment

Began life as a copy of #1002136

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1003271
Snippet name: replaceSubList - synonym of replaceSublist
Eternal ID of this version: #1003271/2
Text MD5: d33fb3ed1116e85c00576653fbab318a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-20 12:41:28
Source code size: 219 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 548 / 547
Version history: 1 change(s)
Referenced in: [show references]