DictionaryList.opBinaryRight

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

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

Meta