Alias List.bidirectional

struct List
{
  // ...
  alias bidirectional = _bidirectional;
  // ...
}