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