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

Extract 2 bytes in a row and interpret those as a “short”.

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