Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bamler-lab/constriction
/ remaining
Method
remaining
src/backends.rs:494–496 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
492
impl<Word> BoundedReadWords<Word, Stack> for Vec<Word> {
493
#[inline(always)]
494
fn remaining(&self) -> usize {
495
self.len()
496
}
497
}
498
499
impl<Word> PosSeek for Vec<Word> {
Callers
5
is_exhausted
Method · 0.80
len
Method · 0.80
num_words
Method · 0.80
num_valid_bits
Method · 0.80
num_words
Method · 0.80
Calls
2
as_ref
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected