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

Class OpcodeVex2

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

Source from the content-addressed store, hash-verified

159}
160#[derive(Clone, Copy, Debug, PartialEq, Eq)]
161pub struct OpcodeVex2(u8);
162impl Distribution<OpcodeVex2> for Standard {
163 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> OpcodeVex2 {
164 OpcodeVex2(rng.gen())

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected