Skip to main content

read_pylong

Function read_pylong 

Source
pub fn read_pylong<R>(rdr: &mut R) -> Result<BigInt, MarshalError>
where R: Read,
Expand description

Read a TYPE_LONG arbitrary-precision integer (base-2^15 digits).