Alias StackTree.getKey

struct StackTree
{
  // ...
  alias getKey = unaryFun!key;
  // ...
}