Clarify adjacent clears

This commit is contained in:
2024-05-09 19:53:02 -07:00
parent 456b8f9c96
commit c65d874c07

View File

@@ -94,7 +94,7 @@ struct VersionedMap {
* `setOldestVersion`. * `setOldestVersion`.
* @warning must not outlive its `VersionedMap`. * @warning must not outlive its `VersionedMap`.
* *
* [1]: Mutations at different versions may be adjacent. This is necessary for * [1]: Clears at different versions may be adjacent. This is necessary for
* precisely tracking at what version the mutations take effect. * precisely tracking at what version the mutations take effect.
*/ */
struct Iterator { struct Iterator {