Alias get.get

template get
{
  // ...
  alias get(args...) = args[index];
  // ...
}