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

4
LINES

< > BotCompany Repo | #1013074 // tripleHashCodeByContentsIC - uses lowercase, so susceptible to the "rare foreign language IC bug"

JavaX fragment (include)

static int tripleHashCodeByContentsIC(T3<Symbol> t) {
  ret t == null ? 0
    : lowerHashCode(t.a) + 2*lowerHashCode(t.b) - 4*lowerHashCode(t.c);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1013074
Snippet name: tripleHashCodeByContentsIC - uses lowercase, so susceptible to the "rare foreign language IC bug"
Eternal ID of this version: #1013074/1
Text MD5: 7ead301d0364e969abbda50c304bd540
Author: stefan
Category: javax / structures
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-24 20:11:28
Source code size: 150 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 321 / 338
Referenced in: [show references]