Function vortex::flatbuffers::root_as_array_unchecked
source · pub unsafe fn root_as_array_unchecked(buf: &[u8]) -> Array<'_>
Expand description
Assumes, without verification, that a buffer of bytes contains a Array and returns it.
§Safety
Callers must trust the given bytes do indeed contain a valid Array
.