pub unsafe fn root_as_array_data_unchecked(buf: &[u8]) -> ArrayData<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a ArrayData and returns it.

§Safety

Callers must trust the given bytes do indeed contain a valid ArrayData.