Function vortex_flatbuffers::array::root_as_array_data_unchecked
source · 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
.