mostly documentation mostly for Cursor, some corner cases testing

This commit is contained in:
Blue 2023-08-10 20:07:12 -03:00
parent 8cb1e97e30
commit 8ff5672655
Signed by: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 368 additions and 22 deletions

View file

@ -46,6 +46,7 @@ public:
void renew() const;
void renew(TransactionID txn) const;
void close() const;
bool opened() const;
std::pair<K, V> first() const;
std::pair<K, V> last() const;