[][src]Function elrond_codec::bytes_to_number

pub fn bytes_to_number(bytes: &[u8], signed: bool) -> u64

Handles both signed and unsigned of any length. No generics here, because we want the executable binary as small as possible.