TypedVector
open class TypedVector(elementType: FlexBufferType, val buffer: ReadBuffer, val end: Int, val byteWidth: ByteWidth) : Vector
TypedVector represents an array of scalar elements of the same type in the buffer.
TypedVector represents an array of scalar elements of the same type in the buffer.