This commit is contained in:
parent
971bee5065
commit
531d4e6b4a
|
@ -7,6 +7,7 @@ use crate::{
|
|||
|
||||
/// Binary operations for use with the [`BitVecCommand`] command.
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Default)]
|
||||
#[repr(u8)]
|
||||
pub enum BinaryOperation {
|
||||
/// r := a
|
||||
#[default]
|
||||
|
|
Loading…
Reference in a new issue