Function fuel_types::bytes::from_slice_unchecked [−][src]
Expand description
Add a conversion from arbitrary slices into arrays
Warning
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.