DictionaryList.opBinaryRight

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

  1. inout(ValueType)* opBinaryRight(string key)
  2. bool opBinaryRight(string key)
    struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
    inout
    bool
    opBinaryRight
    (
    string op
    )
    (
    string key
    )
    if (
    op == "!in"
    )

Meta