Container.find

Find the symbol corresponding to the key.

Unified Symbol Resolution (USR).

  1. auto find(USRType usr)
    struct Container
    find
    (
    T
    )
    if (
    is(T == TypeKind)
    )
    out (result) { logger.tracef("Find %susr:%s", result.length == 0 ? "failed, " : "", cast(string)usr); }
  2. auto find(USRType usr)

Parameters

usr USRType

key to look for.

Meta