pub fn decode_st(hex4: &str) -> (Option<u16>, Option<u16>)Expand description
Decode the four-hex source/target field used in pointer blocks.
High byte is the source word number, low byte is the target word number. Zero indicates “not specified” per WordNet conventions.