//! Dual CPU references for `primitive.bitwise.and`.
use crateDualReference;
/// Operation ID for the AND primitive.
pub const OP_ID: &str = "primitive.bitwise.and";
/// Direct word-oriented AND reference.
/// Bit-by-bit AND reference.
/// Dual-reference marker for the AND primitive.
;