pub fn restore_number<T>(buf: [u8; 8]) -> Twhere
    T: From<Word>,
Expand description

Read a number from a buffer.