vortex::flatbuffers

Function size_prefixed_root_as_array_unchecked

source
pub unsafe fn size_prefixed_root_as_array_unchecked(buf: &[u8]) -> Array<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a size prefixed Array and returns it.

ยงSafety

Callers must trust the given bytes do indeed contain a valid size prefixed Array.