Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use atree non-readonly iterators in some places
Currently, we are not sure if all uses are readonly in two functions, so this commit uses atree non-readonly iterators in: - CompositeValue.ForEachFieldName - DictionaryValue.IterateKeys Also added TODO to determine if all uses are readonly for these, which would allow us to update comments and/or revert this change.
- Loading branch information