Represents a cursor in a BTree. Invalid once mutation has occurred (unless it is the results of a mutation method).
Do not change the properties of this object directly. Use the methods of the BTree class to manipulate it.
Member
on - true if the cursor is on an entry, false if it is between entries.
Represents a cursor in a BTree. Invalid once mutation has occurred (unless it is the results of a mutation method). Do not change the properties of this object directly. Use the methods of the BTree class to manipulate it.
Member
on - true if the cursor is on an entry, false if it is between entries.