Alias LruIndexer.IndexType

struct LruIndexer
{
  // ...
  alias IndexType = IT;
  // ...
}