SpanSpanUIntUInt

- class SpanSpanUIntUInt
A view on a “vector of sub-vectors of values” container.
This view observes a container of type vector of sub-vectors of values. Those containers are composed of an offset vector and a value vector. The offset vector helds the offsets in the value vector of the first element of each sub-vector. The values vector contains the concatenated values of all the sub-vectors. Note that the offset vector must have a final additional entry needed to compute the size of the last sub-vector.
Constructors
__init__Methods
__getitem____len__size()Return the number of sub-vectors.