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

6
LINES

< > BotCompany Repo | #1023034 // indexOfLastChange

JavaX fragment (include)

static <A> int indexOfLastChange(L<A> l) {
  for (int i = l(l)-1; i > 0; i--)
    if (neq(l.get(i-1), l.get(i)))
      ret i;
  ret -1;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023034
Snippet name: indexOfLastChange
Eternal ID of this version: #1023034/1
Text MD5: 8dbd66ec67bf99bb836c16ab0d21ac5f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-23 13:36:29
Source code size: 142 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 186 / 227
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)