HashCollection.byKeyValue

Return a range which iterates over key/value pairs.

  1. auto byKeyValue()
    struct HashCollection(K, V, bool ordered, bool multi)
    static if(haveValues)
    byKeyValue
    (
    this This
    )
    ()
  2. auto byPair()

Meta