autobox::Core 

say(reverse(sort(keys(%hash))));
%hash->keys->sort->reverse->say;