Type Alias JsBigint

Source
pub type JsBigint = FlexibleArray<u64, JsBigintHeader>;

Aliased Type§

#[repr(transparent)]
pub struct JsBigint { pub header: JsBigintHeader, /* private fields */ }

Fields§

§header: JsBigintHeader

Implementations§

Source§

impl JsBigint

Source

pub fn header_len(&self) -> isize

Source§

impl JsBigint

Source

pub fn compare(&self, other: &Self) -> Ordering

Source

pub fn get_last_bit(&self) -> u64

Source§

impl JsBigint

Source

pub fn sign(&self) -> Sign