Alias Vector.supportGC

struct Vector
{
  // ...
  alias supportGC = _supportGC;
  // ...
}