DictionaryList.opBinaryRight

Returns a pointer to the first field that matches the given key.

  1. inout(ValueType)* opBinaryRight(KeyType key)
  2. bool opBinaryRight(KeyType key)
    struct DictionaryList(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
    inout
    bool
    opBinaryRight
    (
    string op
    )
    if (
    op == "!in"
    )
  3. inout(ValueType)* find(KeyType key)

Meta