pub fn seq_bytes(count: usize) -> Vec<u8> ⓘ
seq_bytes returns a Vec<u8> containing a sequence of u8 bytes and applying the remainder operation if count is longer than u8::MAX
seq_bytes
Vec<u8>
u8
count
u8::MAX