FindPath.FindPath

Undocumented in source.
  1. alias FindPath = TypeTuple!(To)
    template FindPath(From, To)
    package @safe pure nothrow @nogc
    static if(isInstanceOf!(TemplateOf!To, From))
    alias FindPath = TypeTuple!(To)
  2. alias FindPath = TypeTuple!(FindPath!(From, To.ParentColor), To)
  3. alias FindPath = TypeTuple!(From, FindPath!(From.ParentColor, To))

Meta