Could you please provide some simple examples of fetching and inserting data into the B-tree. From what you have already shown it seems fetching needs a Iterator and inserting needs a Mutator.
Am I right?
However there are no examples on how to use the Mutator to insert data into the B-tree or if there is any other simple way to do it.