Function radix50::pdp10::decode

source ·
pub fn decode(words: &[u32]) -> String
Expand description

Decode a slice of PDP-10 RADIX-50 encoded 32 bit words into a string.

The output is a String.

§Examples

assert_eq!(decode(&[3119342419, 2970305215, 3046400000]), "THIS IS A TEST    ");