Function fuel_types::bytes::from_slice_unchecked
source · [−]Expand description
Add a conversion from arbitrary slices into arrays
Safety
This function will not panic if the length of the slice is smaller than N
. Instead, it will
cause undefined behavior and read random disowned bytes.