[][src]Type Definition ecmascript::compiler::value::Complex64Ref

type Complex64Ref = RcRef<Complex64>;

Trait Implementations

impl PartialEq<RcRef<Complex<f64>>> for Complex64Ref[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Display for Complex64Ref[src]