#include <SimpleCollections.h>
This is an internal btree storage engine that used by all the templates to actually store the data (and hopefully save a lot of FLASH). It implements the costly features of the btree in a one off way. However, as a result the keys must now be unsigned integer, and cannot exceed uint32_t. If you need more than this use a std container.