Standard begin/end methods, to allow range-based for loops:
for (S2CellId id : cell_union) { ... }
See Implementation
Standard begin/end methods, to allow range-based for loops:
for (S2CellId id : cell_union) { ... }