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

4
LINES

< > BotCompany Repo | #1005302 // warnIfOddCount

JavaX fragment (include)

static void warnIfOddCount(O... list) {
  if (odd(l(list)))
    printStackTrace("Odd list size: " + list);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005302
Snippet name: warnIfOddCount
Eternal ID of this version: #1005302/1
Text MD5: ebc2928398517b4d2ac768e3d2c859a5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-23 16:10:47
Source code size: 111 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 576 / 558
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1008842 - failIfOddCount