pub fn get_int(
    member: &DnaStrMember,
    bytes_read: &[u8],
    byte_index: usize
) -> i32
Expand description

Extract 4 bytes in a row and interpret those as a “int”.

Print a WARNING in case the member type is not an “int” (and return 0_i32).