Functions: add clear method to vector array
This commit is contained in:
@@ -82,6 +82,8 @@ class GVectorArray : NonCopyable, NonMovable {
|
||||
void extend(IndexMask mask, const GVVectorArray &values);
|
||||
void extend(IndexMask mask, const GVectorArray &values);
|
||||
|
||||
void clear(IndexMask mask);
|
||||
|
||||
GMutableSpan operator[](int64_t index);
|
||||
GSpan operator[](int64_t index) const;
|
||||
|
||||
|
Reference in New Issue
Block a user