RandAA.remove

Removes an element from this. Elements *may* be removed while iterating * via .keys.

  1. V remove(K index)
    class RandAA(K, V, bool storeHash = shouldStoreHash!(K), bool useRandom = false)
    V
    remove
    ()
  2. bool remove(K index, V value)

Meta