RcOrderedDictionary.remove

Removes the given key from the object.

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

Parameters

key TKey

The key to remove.

Meta