Function fuel_types::bytes::store_array
source · pub fn store_array<'a, const N: usize>(
buf: &'a mut [u8],
array: &[u8; N]
) -> Result<&'a mut [u8]>
Expand description
Store a statically sized array into a buffer, returning the remainder of the buffer.