quil_rs

Macro imag

Source
macro_rules! imag {
    ($value:expr) => { ... };
}
Expand description

Construct a complex number with the provided imaginary component.