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

Try to extract an array of 3 shorts.

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