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

type BigIntRef = RcRef<BigInt>;

Trait Implementations

impl PartialEq<RcRef<BigInt>> for BigIntRef[src]

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

This method tests for !=.

impl Display for BigIntRef[src]