DictionaryList.get

Returns the first field that matches the given key.

If no field is found, def_val is returned.

  1. ValueType get(KeyType key, ValueType def_val)
    struct DictionaryList(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
  2. const(ValueType) get(KeyType key, const(ValueType) def_val)

Meta