Type Definition Complex64Ref
ecmascript::compiler::value
type Complex64Ref = RcRef<Complex64>;
impl PartialEq<RcRef<Complex<f64>>> for Complex64Ref
fn eq(&self, other: &Complex64Ref) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
#[must_use] fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Display for Complex64Ref
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more