pub fn decode(store: &[u64]) -> impl Iterator<Item = &[u8]>
Decodes an encoded sequence of byte slices. Each result will be u64 aligned.
u64