MCPcopy 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
3use core::mem::size_of;
4use core::ops::{Add, BitAnd, BitOr, Not, Shl, Shr, Sub};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected