Variable StackSet.rKeys

struct StackSet
{
  // ...
  Unqual!K[] rKeys ;
  // ...
}