Type Definition BigIntRef
ecmascript::compiler::value
type BigIntRef = RcRef<BigInt>;
impl PartialEq<RcRef<BigInt>> for BigIntRef
fn eq(&self, other: &BigIntRef) -> 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 BigIntRef
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more