MCPcopy Create free account
hub / github.com/bamler-lab/constriction / num_bits

Method num_bits

src/stream/stack.rs:550–555  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

548 }
549
550 pub fn num_bits(&self) -> usize
551 where
552 Backend: BoundedReadWords<Word, Stack>,
553 {
554 Word::BITS * self.num_words()
555 }
556
557 pub fn num_valid_bits(&self) -> usize
558 where

Callers 3

test_old_module_example1Function · 0.95
test_stack_gaussianFunction · 0.95
test_old_module_example1Function · 0.95

Calls 1

num_wordsMethod · 0.45

Tested by 3

test_old_module_example1Function · 0.76
test_stack_gaussianFunction · 0.76
test_old_module_example1Function · 0.76