Alias S8.numFormats

struct S8
{
  // ...
  alias numFormats = AliasSeq!(NumFormat.uInt);
  // ...
}