DictionaryList.opBinaryRight

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

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

Meta