public IEnumerable <KeyValuePair <int, T> > Items(bool all = false)
 {
     return(VBufferUtils.Items(Values, Indices, Length, Count, all));
 }