pub fn decode_mutations(
bytes: &[Word],
) -> Result<Vec<Mutation>, MutationDecodeError>
Expand description
Decode a slice of mutations from words.
ยงLayout
+-----------------+-----------------+-----------------+-----------------+
| num mutations | mutation 1 | mutation 2 | ... |
+-----------------+-----------------+-----------------+-----------------+