locate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref locate(Locator!(Object, string) locator, string id)
  2. auto ref locate(Locator!(Object, string) locator, string id)
    @trusted ref
    locate
    (
    T
    )
    (
    Locator!(Object, string) locator
    ,
    string id
    )
    if (
    is(T == interface)
    )
  3. auto ref locate(Locator!(Object, string) locator, string id)
  4. auto ref locate(Locator!(Object, string) locator)

Meta