Alias StackTree.BitwiseNode

struct StackTree
{
  // ...
  alias BitwiseNode = AVLNodeBitwise!T;
  // ...
}