Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ scalar.rs
File
scalar.rs
cranelift/bitset/src/scalar.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
//! Scalar bitsets.
2
3
use core::mem::size_of;
4
use core::ops::{Add, BitAnd, BitOr, Not, Shl, Shr, Sub};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected