quil_rs

Macro real

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

Construct a complex number with the provided real component.