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

3
LINES

< > BotCompany Repo | #1017031 // eqic_gen - generic eqic (false if any argument is not a string)

JavaX fragment (include)

static bool eqic_gen(O a, O b) {
  ret a instanceof S && b instanceof S && eqic((S) a, (S) b);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017031
Snippet name: eqic_gen - generic eqic (false if any argument is not a string)
Eternal ID of this version: #1017031/2
Text MD5: c9cbf39b016d5f81acb445e67fb18802
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-10 16:11:51
Source code size: 98 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 351 / 388
Version history: 1 change(s)
Referenced in: [show references]