Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RoaringBitmap/roaring
/ lowbits
Function
lowbits
roaring64/util.go:9–11 ·
view source on GitHub ↗
(x uint64)
Source
from the content-addressed store, hash-verified
7
}
8
9
func
lowbits(x uint64) uint32 {
10
return
uint32(x & maxLowBit)
11
}
12
13
const
maxLowBit = roaring.MaxUint32
14
const
maxUint32 = roaring.MaxUint32
Callers
12
Contains
Method · 0.70
Add
Method · 0.70
CheckedAdd
Method · 0.70
Remove
Method · 0.70
CheckedRemove
Method · 0.70
Rank
Method · 0.70
AddMany
Method · 0.70
Flip
Method · 0.70
AddRange
Method · 0.70
RemoveRange
Method · 0.70
Flip
Function · 0.70
AdvanceIfNeeded
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…