Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
161
pub struct OpcodeVex2(u8);
162
impl Distribution<OpcodeVex2> for Standard {
163
fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> OpcodeVex2 {
164
OpcodeVex2(rng.gen())
Callers
1
sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected