RcOrderedDictionary.opIndex

Gets the given entry in the object.

struct RcOrderedDictionary(TKey, TValue)
@nogc ref
TValue
opIndex
()
(
auto ref TKey key
)

Parameters

key TKey

The key to query.

Return Value

Type: TValue

The DataNode with the given key.

Meta