add base kwarg to rope (#186)

This commit is contained in:
Awni Hannun
2023-12-15 16:47:59 -08:00
committed by GitHub
parent 83f266c44c
commit 2e02acdc83
3 changed files with 25 additions and 10 deletions

View File

@@ -154,8 +154,8 @@ class array {
};
private:
int idx;
const array& arr;
int idx;
};
ArrayIterator begin() const {