Alias Perm.PermArray

struct Perm
{
  // ...
  alias PermArray = const(T)[];
  // ...
}