[][src]Function classygroup::import_obj

pub fn import_obj(buf: &[u8]) -> Mpz

Unmarshals a buffer to an Mpz. buf is interpreted as a 2’s complement, big-endian integer. If the buffer is empty, zero is returned.