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

3
LINES

< > BotCompany Repo | #1019925 // hasBit - (a & b) != 0

JavaX fragment (include)

sbool hasBit(int a, int b) {
  ret (a & b) != 0;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1019925
Snippet name: hasBit - (a & b) != 0
Eternal ID of this version: #1019925/2
Text MD5: 70aa974324cf2700af9b79b4d7d8d579
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-01 02:02:22
Source code size: 52 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 215 / 265
Version history: 1 change(s)
Referenced in: [show references]