Variable AVLNodeBitwise.payload

struct AVLNodeBitwise
{
  // ...
  T payload ;
  // ...
}