Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bamler-lab/constriction
/ range
Method
range
src/stream/queue.rs:91–93 ·
view source on GitHub ↗
Get the size of the current range
(&self)
Source
from the content-addressed store, hash-verified
89
90
/// Get the size of the current range
91
pub fn range(&self) -> State::NonZero {
92
self.range
93
}
94
}
95
96
impl<Word: BitArray, State: BitArray> Default for RangeCoderState<Word, State> {
Callers
1
pos
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected