When using integer keys (MDB_INTEGERKEY), is it guaranteed that when using mdb_cursor_get() to "loop through" my entire database, I will get the keys in the expected integer order?

I thought I'd ask to be sure because I'm not sure if this expected behavior is documented.