MCPcopy Create free account
hub / github.com/eigenform/perfect / RexPrefix

Class RexPrefix

perfect/src/experiments/decoder.rs:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99// 0100_wrxb
100#[derive(Clone, Copy, Debug, PartialEq, Eq)]
101pub struct RexPrefix(u8);
102impl RexPrefix { pub fn as_byte(&self) -> u8 { self.0 } }
103impl Distribution<RexPrefix> for Standard {
104 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> RexPrefix {

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected