rename "iterate"

This commit is contained in:
2020-08-02 19:18:28 +03:00
parent 1dfcaf4952
commit df457a1602
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ int main() {
m[1] = "one";
m[2] = "two";
auto it = m.riterate();
auto it = m.makeIterator();
while (it.next()) {
//it.next();
it.valueRef() << "_!";