static void setBitRange(BitSet b, int from, int to) { for (int i = from; i < to; i++) b.set(i); }
Began life as a copy of #1005055
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: | #1005056 |
Snippet name: | setBitRange |
Eternal ID of this version: | #1005056/1 |
Text MD5: | a970e1ebe861ab52f0a932e54f8a0d11 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-10-03 20:54:42 |
Source code size: | 106 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 583 / 558 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014003 - setBit |