Get Keys into the btree implementation.
At the moment, it is used for the ref-lists, rather than being
used for the keys themselves. This is because we don't have 'depth'
information, so we don't know that a given Keys instance should
be considered a singular Key.
I'll probably hack together 'depth' support, rather than have a
Key type, though either would be reasonable.