[][src]Function bitcoin_num::endian::slice_to_i32_le

pub fn slice_to_i32_le(slice: &[u8]) -> i32

Converts &[u8] slice in little endian encoding (least significant byte first) into i32. Panics if the slice length is not equal to the size of the type