Container.find

Find the location associated with the key.

Unified Symbol Resolution (USR).

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

Parameters

usr USRType

key to look for.

Meta