module vrt.gc.manager

This module selects the appropriate Manager to use.

Code Map

//! This module selects the appropriate Manager to use.
module vrt.gc.manager;


alias Manager = vrt.gc.manager.gigaman.GigaMan;