DictionaryList.find

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(ValueType)* find(KeyType key)
    struct DictionaryList(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
    inout
    inout(ValueType)*
    find
  2. bool opBinaryRight(KeyType key)

Meta