This commit is contained in:
nim-ka
2022-11-22 21:12:29 +00:00
parent 0485b4f035
commit 1abf42137a
7 changed files with 317 additions and 26 deletions

View File

@@ -108,7 +108,7 @@ Grid = class Grid {
}
findAll(func) {
return this.findAllIndices(func).map((pt) => this.get(pt))
return this.findAllIndices(func).mapArr((pt) => this.get(pt))
}
count(func) {